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

# OrganizationSettingsOutput

`OBJECT`

## Fields

<ResponseField name="access" type="OrganizationAccessSettings!" required deprecated>
  Access settings for the organization.

  **Deprecated:** Use the organization-level capabilities field instead.

  <Expandable title="child attributes">
    <ResponseField name="acceptorBoarding" type="Boolean!" required deprecated>
      Indicates whether acceptor boarding is enabled for the organization.

      **Deprecated:** Use the organization-level capabilities field instead. Check for ACQUIRING in capabilities.
    </ResponseField>

    <ResponseField name="underwriting" type="Boolean!" required deprecated>
      Indicates whether underwriting applications are enabled for the organization.

      **Deprecated:** Use the organization-level capabilities field instead. Check for UNDERWRITING in capabilities.
    </ResponseField>
  </Expandable>
</ResponseField>
