Skip to main content

UpdateUserParms

When updating multiple users in a single request, the UpdateUserParms value contains the update parameters for a single user. It will include the id of the user to be updated and the parameters to be changed for that user.

Properties

NameTypeDescriptionNotes
idStringThe id of the user to be updated. 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), USERID (the user's userId) or EXTERNALID (the externalId of the user). If not specified, this defaults to UUID.[optional]
parmsUserParms

IdTypeEnum

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