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

6.0 KiB
Raw Permalink Blame History

OrganizationSettings

Fields

Field Type Required Description
object com.clerk.backend_api.models.components.OrganizationSettingsObject ✔️ String representing the object's type. Objects of the same type share the same value.
enabled boolean ✔️ N/A
maxAllowedMemberships long ✔️ N/A
maxAllowedRoles Optional<? extends Long> N/A
maxAllowedPermissions Optional<? extends Long> N/A
creatorRole String ✔️ The role key that a user will be assigned after creating an organization.
adminDeleteEnabled boolean ✔️ The default for whether an admin can delete an organization with the Frontend API.
domainsEnabled boolean ✔️ N/A
domainsEnrollmentModes List<com.clerk.backend_api.models.components.DomainsEnrollmentModes> ✔️ N/A
domainsDefaultRole String ✔️ The role key that it will be used in order to create an organization invitation or suggestion.