Success
| Field | Type | Required | Description |
|---|---|---|---|
object |
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 |
long | ✔️ | N/A |
maxRoleSetsAllowed |
Optional<Long> | ➖ | N/A |
maxAllowedDomains |
long | ✔️ | N/A |
maxAllowedPermissions |
Optional<Long> | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. max_allowed_permissions is now a no-op, as permissions are now unlimited |
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 |
slugDisabled |
Optional<Boolean> | ➖ | N/A |
domainsEnrollmentModes |
List<DomainsEnrollmentModes> | ✔️ | N/A |
domainsDefaultRole |
String | ✔️ | The role key that it will be used in order to create an organization invitation or suggestion. |
initialRoleSetKey |
JsonNullable<String> | ➖ | The role set key that it will be used to create new organizations. |