mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 12:27:45 +00:00
6.0 KiB
6.0 KiB
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. |