> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EngagementClient

> A client contact on an engagement.

## Fields

<ResponseField name="email" type="String">
  The email address of the client.
</ResponseField>

<ResponseField name="firstName" type="String">
  The first name of the client.
</ResponseField>

<ResponseField name="lastName" type="String">
  The last name of the client.
</ResponseField>

<ResponseField name="middleName" type="String">
  The middle name of the client.
</ResponseField>

<ResponseField name="phoneNumber" type="String">
  The phone number of the client.
</ResponseField>

## Used by

* [`engagement`](/lender-api/reference/queries/engagements/engagement) (query)
* [`engagements`](/lender-api/reference/queries/engagements/engagements) (query)
* [`engagementCancel`](/lender-api/reference/mutations/engagements/engagement-cancel) (mutation)
* [`engagementCreate`](/lender-api/reference/mutations/engagements/engagement-create) (mutation)
