The LDAP User synchronization settings.
| name | data type | description |
|---|---|---|
| register | boolean | Register user profiles automatically. |
| sync_profiles | boolean | Synchronize user profiles. |
| 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.
|
| 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
|
| default_timezone | string | Timezone to use when creating new users. |
| default_locale | string | Locale to use when creating new users. |
Example
{
"register" : true,
"sync_profiles" : true,
"removed_account_action" : "disable",
"delete_workspace" : true,
"default_timezone" : "GMT",
"default_locale" : "en_US"
}