User - Revoke assets and tenants from an existing user
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
userIdstring · uuidRequired
Expects Id of an existing user
Query parameters
tenantIdstring · uuidRequired
Expects Id of an existing tenant
versionstringOptionalDefault:
The requested API version
1.0Bodyobject[]
Class for representing the view of asset.
assetIdstring · uuidOptional
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the AssetId property.
roleIdstring · uuidOptional
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the RoleId property.
Responses
200
Successful un-assignment of assets from an exisitng user
400
Bad request received.
401
Un-authorized request
404
Indicates that the requested tenant/role does not exist
500
Server related error
delete
/users/{userId}/roles/revokeLast updated