Tenant - Assigns tenant-level access to a user
Please enter a valid token
Enter the ID of an existing tenant
Enter the ID of an existing user in requested tenant.
Enter name of the tenant level role for fetching related users. Allowed value: Viewer, Contributor, Owner, Exporter.
The requested API version
1.0Success: Tenant-level role assigned to user successfully.
Class for represnting the Tenant admin details.
A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the userId property.
A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the tenantId property.
A public property of type nullable 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.
Not Found: Indicates that the requested tenant does not exist.
Internal Server Error: An unexpected error occurred or a server timeout.
Last updated