Skip to content

Product documentation

OrganizationMemberRoles

The OrganizationMemberRoles resource.

OrganizationMemberRoles

The OrganizationMemberRoles resource.

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
GET/api/v1/organizations/{id}/members/{subject}/rolesOrganization Member Roles Listtenant: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:

NameInRequiredTypeDescription
idpathyesstring
subjectpathyesstring
limitquerynointeger
cursorquerynostring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)