Method | URI | Description |
---|---|---|
GET | /v2.0/tenants{?marker,limit} | Lists tenants to which the specified token has access. |
GET | /v2.0/tenants{?marker,limit,name} | Gets detailed information about a specified tenant by name. |
GET | /v2.0/tenants/{tenantId} | Gets detailed information about a specified tenant by ID. |
GET | /v2.0/tenants/{tenantId}/users/{userId}/roles | Lists roles for a specified user on a specified tenant. Excludes global roles. |