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

# PartnerInquiryPersonInput

> Input required to create a partner inquiry for a person.

## Fields

<ParamField path="customAttributes" type="[CustomAttributeCreateInput!]!" required>
  Custom attributes for the person.
</ParamField>

<ParamField path="email" type="String">
  Email address of the person.
</ParamField>

<ParamField path="entityName" type="String">
  Name of the entity associated with the person.
</ParamField>

<ParamField path="firstName" type="String!" required>
  First name of the person.
</ParamField>

<ParamField path="lastName" type="String">
  Last name of the person.
</ParamField>

<ParamField path="phoneNumber" type="E164PhoneNumber">
  Phone number of the person.
</ParamField>

<ParamField path="role" type="PersonRole">
  Role of the person.
</ParamField>
