Skip to main content

UnsyncUserParms

Parameters for unsynchronization.

Properties

NameTypeDescriptionNotes
idStringThe id of the user to be unsynchronized. 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"