# The Backend Organization object

The Backend `Organization` object is similar to the [Organization](https://clerk.com/docs/reference/objects/organization.md) object as it holds information about an Organization, as well as methods for managing it. However, the Backend `Organization` object is different in that it is used in the [Backend API](https://clerk.com/docs/reference/backend-api/model/Organization){{ target: '_blank' }} and is not directly accessible from the Frontend API.

## Properties

| Property                                                   | Type                                                                                                                                         | Description                                                                                                                                                                     |
| ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="admindeleteenabled"></a> `adminDeleteEnabled`       | `boolean`                                                                                                                                    | Whether the Organization allows admins to delete users.                                                                                                                         |
| <a id="createdat"></a> `createdAt`                         | `number`                                                                                                                                     | The date when the Organization was first created.                                                                                                                               |
| <a id="createdby"></a> `createdBy?`                        | `string`                                                                                                                                     | The ID of the user who created the Organization.                                                                                                                                |
| <a id="hasimage"></a> `hasImage`                           | `boolean`                                                                                                                                    | Whether the Organization has an image.                                                                                                                                          |
| <a id="id"></a> `id`                                       | `string`                                                                                                                                     | The unique identifier for the Organization.                                                                                                                                     |
| <a id="imageurl"></a> `imageUrl`                           | `string`                                                                                                                                     | Holds the Organization's logo. Compatible with Clerk's [Image Optimization](https://clerk.com/docs/guides/development/image-optimization.md).                                   |
| <a id="maxallowedmemberships"></a> `maxAllowedMemberships` | `number`                                                                                                                                     | The maximum number of memberships allowed in the Organization.                                                                                                                  |
| <a id="memberscount"></a> `membersCount?`                  | `number`                                                                                                                                     | The number of members in the Organization.                                                                                                                                      |
| <a id="name"></a> `name`                                   | `string`                                                                                                                                     | The name of the Organization.                                                                                                                                                   |
| <a id="privatemetadata"></a> `privateMetadata`             | [OrganizationPrivateMetadata](https://clerk.com/docs/reference/types/metadata.md#organization-private-metadata)                              | Metadata that can be read and set only from the [Backend API](https://clerk.com/docs/reference/backend-api){{ target: '_blank' }}.                                              |
| <a id="publicmetadata"></a> `publicMetadata`               | <code>null | <a href="https://clerk.com/docs/reference/types/metadata.md#organization-public-metadata">OrganizationPublicMetadata</a></code> | Metadata that can be read from the Frontend API and [Backend API](https://clerk.com/docs/reference/backend-api){{ target: '_blank' }} and can be set only from the Backend API. |
| <a id="slug"></a> `slug`                                   | `string`                                                                                                                                     | The URL-friendly identifier of the user's active Organization. If supplied, it must be unique for the instance.                                                                 |
| <a id="updatedat"></a> `updatedAt`                         | `number`                                                                                                                                     | The date when the Organization was last updated.                                                                                                                                |

---

## Sitemap

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