# UpdateOrganizationRequestBody ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `publicMetadata` | [Optional](../../models/operations/UpdateOrganizationPublicMetadata.md) | :heavy_minus_sign: | Metadata saved on the organization, that is visible to both your frontend and backend. | | `privateMetadata` | [Optional](../../models/operations/UpdateOrganizationPrivateMetadata.md) | :heavy_minus_sign: | Metadata saved on the organization that is only visible to your backend. | | `name` | *JsonNullable* | :heavy_minus_sign: | The new name of the organization | | `slug` | *JsonNullable* | :heavy_minus_sign: | The new slug of the organization, which needs to be unique in the instance | | `maxAllowedMemberships` | *JsonNullable* | :heavy_minus_sign: | The maximum number of memberships allowed for this organization | | `adminDeleteEnabled` | *JsonNullable* | :heavy_minus_sign: | If true, an admin can delete this organization with the Frontend API. |