Skip to main content

DeleteUserParms

When deleting multiple users in a single request, the DeleteUserParms value contains the id of a single user to be deleted.

Properties

NameTypeDescriptionNotes
idstrThe id of the user to be deleted. The type of the id is specified by idType.
id_typestrThe 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]

Example