Field | Type | Required | Description |
---|---|---|---|
publicMetadata |
array<string, mixed> | ➖ | Metadata saved on the organization, that is visible to both your frontend and backend. |
privateMetadata |
array<string, mixed> | ➖ | Metadata saved on the organization that is only visible to your backend. |
createdAt |
?string | ➖ | A custom date/time denoting when the organization was created, specified in RFC3339 format (e.g. 2012-10-20T07:15:20.902Z ). |
name |
?string | ➖ | The new name of the organization. May not contain URLs or HTML. |
slug |
?string | ➖ | The new slug of the organization, which needs to be unique in the instance |
maxAllowedMemberships |
?int | ➖ | The maximum number of memberships allowed for this organization |
adminDeleteEnabled |
?bool | ➖ | If true, an admin can delete this organization with the Frontend API. |