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.
Properties
- Name
-  imageUrl
- Type
- string
- Description
- Holds the organization's logo. Compatible with Clerk's Image Optimization. 
 
- 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. 
 
Feedback
Last updated on