> ## 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.

# EngagementClientInput

> Input for a client on an engagement.

## Fields

<ParamField path="email" type="String!" required>
  The email address of the client.
</ParamField>

<ParamField path="firstName" type="String!" required>
  The first name of the client.
</ParamField>

<ParamField path="lastName" type="String!" required>
  The last name of the client.
</ParamField>

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

<ParamField path="phoneNumber" type="E164PhoneNumber">
  The phone number of the client in E.164 format.
</ParamField>

## Used by

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