Product documentation
OrganizationMemberRoles
The OrganizationMemberRoles resource.
OrganizationMemberRoles
The OrganizationMemberRoles resource.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/organizations/{id}/members/{subject}/roles | Organization Member Roles List | tenant:roles.read |
Operation details
GET /api/v1/organizations/{id}/members/{subject}/roles
Organization Member Roles List
- Operation ID:
organizationMemberRolesList - Required scopes:
tenant:roles.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id | path | yes | string | |
subject | path | yes | string | |
limit | query | no | integer | |
cursor | query | no | string |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |