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

# OrganizationMember

> Represents an organization member.

## Fields

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

<ResponseField name="firstName" type="String!" required>
  The first name of the member.
</ResponseField>

<ResponseField name="fullName" type="String!" required>
  The full name of the member.
</ResponseField>

<ResponseField name="id" type="GID!" required>
  ID of the object.
</ResponseField>

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

<ResponseField name="lawyer" type="Boolean!" required>
  Whether the member is a lawyer.
</ResponseField>

<ResponseField name="profileImage" type="Image">
  The profile image of the member.
</ResponseField>
