The Backend Organization
object
The Backend Organization
object is similar to the Organization 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 and is not directly accessible from the Frontend API.
Name adminDeleteEnabled
Type boolean
Description Whether the organization allows admins to delete users.
Name createdAt
Type number
Description The date when the organization was first created.
Name createdBy?
Type string
Description The ID of the user who created the organization.
Name hasImage
Type boolean
Description Whether the organization has an image.
Name id
Type string
Description The unique identifier for the organization.
Name imageUrl
Type string
Description Name maxAllowedMemberships
Type number
Description The maximum number of memberships allowed in the organization.
Name membersCount?
Type number
Description The number of members in the organization.
Name name
Type string
Description The name of the organization.
Name privateMetadata
Type OrganizationPrivateMetadata Description Metadata that can be read and set only from the Backend API .
Name publicMetadata
Type null | OrganizationPublicMetadata
Description Metadata that can be read from the Frontend API and Backend API and can be set only from the Backend API.
Name slug
Type string
Description The URL-friendly identifier of the user's active organization. If supplied, it must be unique for the instance.
Name updatedAt
Type number
Description The date when the organization was last updated.
Last updated on Jul 8, 2025