Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 5.75 KB

organizationsettings.md

File metadata and controls

19 lines (15 loc) · 5.75 KB

OrganizationSettings

Success

Fields

Field Type Required Description Example
object models.OrganizationSettingsObject ✔️ String representing the object's type. Objects of the same type share the same value. organization_settings
enabled bool ✔️ N/A true
max_allowed_memberships int ✔️ N/A 5
creator_role str ✔️ The role key that a user will be assigned after creating an organization. admin
admin_delete_enabled bool ✔️ The default for whether an admin can delete an organization with the Frontend API. true
domains_enabled bool ✔️ N/A true
domains_enrollment_modes List[models.DomainsEnrollmentModes] ✔️ N/A [
"automatic_invitation",
"automatic_suggestion"
]
domains_default_role str ✔️ The role key that it will be used in order to create an organization invitation or suggestion. member
max_allowed_roles Optional[int] N/A 3
max_allowed_permissions Optional[int] N/A 15