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