Skip to content

Product documentation

OrgMembershipProjection

The OrgMembershipProjection resource.

OrgMembershipProjection

The OrgMembershipProjection resource.

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

Operations

MethodPathSummaryScopes
GET/api/v1/fga/org-membership-projectionOrg Membership Projection Statustenant:fga.read
PUT/api/v1/fga/org-membership-projectionOrg Membership Projection Settenant:fga.write

Operation details

GET /api/v1/fga/org-membership-projection

Org Membership Projection Status

  • Operation ID: orgMembershipProjectionStatus
  • Required scopes: tenant:fga.read

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)

PUT /api/v1/fga/org-membership-projection

Org Membership Projection Set

  • Operation ID: orgMembershipProjectionSet
  • Required scopes: tenant:fga.write

Request body (required): application/jsonSetProjectionRequest

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)