Skip to main content

SyncUserParms

Parameters for synchronization.

Properties

NameTypeDescriptionNotes
directoryIdStringThe directory id for this synchronization. This value is required
idStringThe id of the user to be synchronized. The type of the id is specified by idType.
idTypeIdTypeEnumThe type of the id identifying the user. The value can be one of UUID (the user's internal UUID) or USERID (the user's userId). The value of EXTERNALID is currently not supported. If not specified, this defaults to USERID.[optional]

IdTypeEnum

NameValue
UUID"UUID"
USERID"USERID"
EXTERNALID"EXTERNALID"