# EnterpriseAccount

An interface that represents an enterprise account.

| Name                   | Type                                                                                                | Description                                                                                                                                                                                          |
| ---------------------- | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| active                 | boolean                                                                                             | Whether the account is active.                                                                                                                                                                       |
| emailAddress           | string                                                                                              | The email address of the enterprise account.                                                                                                                                                         |
| enterpriseConnection   | EnterpriseAccountConnection | null                                                                 | The enterprise connection associated with the enterprise account.                                                                                                                                    |
| enterpriseConnectionId | string | null                                                                                      | The ID of the enterprise connection associated with the enterprise account.                                                                                                                          |
| firstName              | string | null                                                                                      | The first name of the user associated with the enterprise account.                                                                                                                                   |
| id                     | string                                                                                              | The unique identifier of the enterprise account.                                                                                                                                                     |
| lastAuthenticatedAt    | Date | null                                                                                        | The date and time when the enterprise account was last authenticated.                                                                                                                                |
| lastName               | string | null                                                                                      | The last name of the user associated with the enterprise account.                                                                                                                                    |
| protocol               | 'saml' | 'oauth'                                                                                   | The authentication protocol of the enterprise account.                                                                                                                                               |
| provider               | "saml\_okta" | "saml\_google" | "saml\_microsoft" | "saml\_custom" | "oauth\_${OAuthProvider}" | The provider of the enterprise account.                                                                                                                                                              |
| providerUserId         | string | null                                                                                      | The user's ID as used in the provider.                                                                                                                                                               |
| publicMetadata         | Record<string, unknown>                                                                            | Metadata that can be read from the Frontend API and Backend API, but can be set only from the Backend API.                                                                                           |
| verification           | VerificationResource | null                                                                        | The VerificationResource of the enterprise account, which includes information about the verification process, such as the number of attempts, the status, and the error if the verification failed. |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
