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

# Using the Global Accounts API

> Manage accounts and organizations while controlling identity, access, and authentication throughout the entire Text ecosystem.

Global Accounts gives people one identity across Text, even when they belong to multiple organizations.

## Before you start

For the identity and access model used by this API, see:

<p>
  <Icon icon="file" /> [Authorization](/docs/authentication/overview)

  <br />

  <Icon icon="file" /> [Scopes](/docs/authentication/scopes)

  <br />

  <Icon icon="file" /> [Users and accounts](/docs/key-concepts/users-and-accounts)
</p>

## Global Accounts resources

| Resource                                                                                                                     | Description                                                                   |
| ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [Accounts](/docs/api/global-accounts/accounts/list-accounts)                                                                      | Manage the accounts associated with an organization.                          |
| [Roles](/docs/api/global-accounts/roles/list-roles)                                                                               | Access roles that define permissions within an organization and its products. |
| [Sessions](/docs/api/global-accounts/sessions/list-sessions)                                                                      | Manage the active sign-in sessions associated with an account.                |
| [Organizations](/docs/api/global-accounts/organizations/list-organizations)                                                       | Manage the organizations that accounts belong to across Text.                 |
| [Tokens](/docs/api/global-accounts/tokens/introspect)                                                                             | Work with OAuth credentials that identify an account and its organization.    |
| [Account organization settings](/docs/api/global-accounts/account-organization-settings/get-account-settings-for-an-organization) | Manage account details that can differ between organizations.                 |
| [Organization domains](/docs/api/global-accounts/organization-domains/list-organization-domains)                                  | Manage email domains that allow accounts to join an organization.             |
| [SAML](/docs/api/global-accounts/saml/get-configuration)                                                                          | Manage SAML-based sign-in for an organization.                                |
| [Organization login methods](/docs/api/global-accounts/organization-login-methods/get-login-methods)                              | Control the sign-in methods enforced for an organization.                     |

## Related APIs

| If you need to                                                         | Use                                              |
| ---------------------------------------------------------------------- | ------------------------------------------------ |
| Manage agents and conversation settings within a specific organization | [Configuration API](/docs/api/configuration/)         |
| Authenticate customers for a customer-facing chat interface            | [Customer Accounts API](/docs/api/customer-accounts/) |

For a broader comparison, see [Management APIs](/docs/api-overview/management-apis).
