Skip to content

Product documentation

InvitationPolicy

The InvitationPolicy resource.

InvitationPolicy

The InvitationPolicy resource.

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

Operations

MethodPathSummaryScopes
GET/api/v1/invitation-policyInvitation Policy Gettenant:members.read
PUT/api/v1/invitation-policyInvitation Policy Puttenant:members.write
DELETE/api/v1/invitation-policyInvitation Policy Deletetenant:members.write

Operation details

GET /api/v1/invitation-policy

Invitation Policy Get

  • Operation ID: invitationPolicyGet
  • Required scopes: tenant:members.read

Responses:

StatusDescriptionBody
200OKInvitationPolicyResponse
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/invitation-policy

Invitation Policy Put

  • Operation ID: invitationPolicyPut
  • Required scopes: tenant:members.write

Request body (required): application/jsonPutInvitationPolicyRequest

Responses:

StatusDescriptionBody
200OKInvitationPolicyResponse
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)

DELETE /api/v1/invitation-policy

Invitation Policy Delete

  • Operation ID: invitationPolicyDelete
  • Required scopes: tenant:members.write

Responses:

StatusDescriptionBody
204Reset to the platform default; no content.
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)