Field | Type | Required | Description | Example |
---|---|---|---|---|
PublicMetadata |
Dictionary<String, object> | ➖ | Metadata saved on the organization, that is visible to both your frontend and backend. | {} |
PrivateMetadata |
Dictionary<String, object> | ➖ | Metadata saved on the organization that is only visible to your backend. | {} |
Name |
string | ➖ | The new name of the organization. May not contain URLs or HTML. |
New Organization Name |
Slug |
string | ➖ | The new slug of the organization, which needs to be unique in the instance | new-org-slug |
MaxAllowedMemberships |
long | ➖ | The maximum number of memberships allowed for this organization | 100 |
AdminDeleteEnabled |
bool | ➖ | If true, an admin can delete this organization with the Frontend API. | true |
CreatedAt |
string | ➖ | A custom date/time denoting when the organization was created, specified in RFC3339 format (e.g. 2012-10-20T07:15:20.902Z ). |