When deleting multiple users in a single request, the DeleteUserParms value contains the id of a single user to be deleted.
Properties
Name | Type | Description | Notes |
---|
id | String | The id of the user to be deleted. The type of the id is specified by idType. | |
idType | IdTypeEnum | The 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] |
IdTypeEnum
Name | Value |
---|
UUID | "UUID" |
USERID | "USERID" |
EXTERNALID | "EXTERNALID" |