Tenant - Updates tenant-level user access

Updates the tenant-level user access in the requested tenant based on the specified role.

put
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Enter the ID of an existing tenant.

userIdstring · uuidRequired

Enter the ID of an existing user within the specified tenant.

Query parameters
rolestring · enumRequired

Enum for tenant level roles.

Possible values:
versionstringOptional

The requested API version

Default: 1.0
Responses
200

Success: Tenant-level role re-assigned to user successfully.

put
/tenants/{tenantId}/users/{userId}/roles

Last updated