Files
clerk-sdk-java/docs/models/operations/UpdateOrganizationRequestBody.md
2024-06-13 13:51:50 -04:00

5.1 KiB
Raw Permalink Blame History

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.