userSourceSynchronization Data Type

The general LDAP User Source synchronization settings that apply across all LDAP Sources.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
groups groupSynchronization element 0/1 Group settings.
schedule schedule element 0/1 Synchronization schedule.
users userSynchronization element 0/1 User synchronization settings.
Properties inherited from baseRestObject
href string element 0/1 The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest).
link link element 0/unbounded Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs)

Example

<user_source_synchronization>
  <users>
    <register>...</register>
    <sync_profiles>...</sync_profiles>
    <removed_account_action>disable</removed_account_action>
    <delete_workspace>...</delete_workspace>
    <default_timezone>GMT</default_timezone>
    <default_locale>en_US</default_locale>
  </users>
  <groups>
    <register>...</register>
    <sync_profiles>...</sync_profiles>
    <sync_membership>...</sync_membership>
    <delete_removed_groups>...</delete_removed_groups>
  </groups>
  <schedule>
    <enabled>...</enabled>
    <when>...</when>
    <selected_days>
      <sun>...</sun>
      <mon>...</mon>
      <tue>...</tue>
      <wed>...</wed>
      <thu>...</thu>
      <fri>...</fri>
      <sat>...</sat>
    </selected_days>
    <at>
      <hour>...</hour>
      <minute>...</minute>
    </at>
    <every>
      <hour>...</hour>
      <minute>...</minute>
    </every>
  </schedule>
  <href>...</href>
  <links>
    <link>
      <href>...</href>
      <rel>...</rel>
    </link>
  </links>
</user_source_synchronization>