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

# Organization

> Represents an organization.

## Fields

<ResponseField name="address" type="Address">
  The address of the organization.
</ResponseField>

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

<ResponseField name="faxNumber" type="String">
  The fax number of the organization.
</ResponseField>

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

<ResponseField name="members" type="[OrganizationMember!]!" required>
  The members of the organization.
</ResponseField>

<ResponseField name="name" type="String!" required>
  The name of the organization.
</ResponseField>

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

<ResponseField name="websiteUrl" type="Url">
  The website of the organization.
</ResponseField>
