mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 04:19:25 +00:00
5.1 KiB
5.1 KiB
UpdateOrganizationRequestBody
Fields
| Field | Type | Required | Description |
|---|---|---|---|
publicMetadata |
Optional<? extends com.clerk.backend_api.models.operations.UpdateOrganizationPublicMetadata> | ➖ | Metadata saved on the organization, that is visible to both your frontend and backend. |
privateMetadata |
Optional<? extends com.clerk.backend_api.models.operations.UpdateOrganizationPrivateMetadata> | ➖ | Metadata saved on the organization that is only visible to your backend. |
name |
JsonNullable<? extends String> | ➖ | The new name of the organization |
slug |
JsonNullable<? extends String> | ➖ | The new slug of the organization, which needs to be unique in the instance |
maxAllowedMemberships |
JsonNullable<? extends Long> | ➖ | The maximum number of memberships allowed for this organization |
adminDeleteEnabled |
JsonNullable<? extends Boolean> | ➖ | If true, an admin can delete this organization with the Frontend API. |