The LDAP User synchronization settings.
name | data type | description |
---|---|---|
default_locale | string | Locale to use when creating new users. |
default_timezone | string | Timezone to use when creating new users. |
delete_workspace | boolean | Whether to delete the user's workspace when deleting users that are no longer in LDAP. Only applicable if
removed_account_action is delete
|
register | boolean | Register user profiles automatically. |
removed_account_action | string | Action to perform for user accounts provisioned from LDAP that are no longer in LDAP.
Value must be one of disable and delete .
|
sync_profiles | boolean | Synchronize user profiles. |
Example
{ "register" : true, "sync_profiles" : true, "removed_account_action" : "disable", "delete_workspace" : true, "default_timezone" : "GMT", "default_locale" : "en_US" }