User - Revokes assets and tenant from a user
Revokes assets and tenant from an existing user based on provided asset details related to a specific tenant.
Please enter a valid token
Enter the ID of an existing user
Enter the ID of an existing tenant
The requested API version
1.0Class for representing the view of asset.
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.
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.
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 DynamicDatasetId property.
Success: Assets unassigned successfully from the existing user.
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Not Found: The requested user or tenant does not exist
Internal Server Error: An unexpected error occurred or a server timeout.
Last updated