Skip to content

Product documentation

UserPermissions

Effective permission resolution per user (RBAC read model).

UserPermissions

Effective permission resolution per user (RBAC read model).

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

Operations

MethodPathSummaryScopes
GET/api/v1/users/{userId}/permissionsUser Permissions Listtenant:roles.read

Operation details

GET /api/v1/users/{userId}/permissions

User Permissions List

  • Operation ID: userPermissionsList
  • Required scopes: tenant:roles.read

Parameters:

NameInRequiredTypeDescription
userIdpathyesstring
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)