Tenant - Retrieves users with tenant-level roles

Retrieves users of an existing tenant who have tenant-level roles based on the specified role name.

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Enter the ID of an existing tenant.

Query parameters
rolestring · enumOptional

Enum for tenant level roles.

Possible values:
versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

Success: Users with tenant-level roles retrieved successfully for the requested tenant.

Class for represnting the Tenant admin details.

userIdstring · uuidOptional

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.

tenantIdstring · uuidOptional

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.

roleIdstring · uuidOptional

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.

get
/tenants/{tenantId}/roles

Last updated