Product documentation
InvitationPolicy
The InvitationPolicy resource.
InvitationPolicy
The InvitationPolicy resource.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/invitation-policy | Invitation Policy Get | tenant:members.read |
PUT | /api/v1/invitation-policy | Invitation Policy Put | tenant:members.write |
DELETE | /api/v1/invitation-policy | Invitation Policy Delete | tenant:members.write |
Operation details
GET /api/v1/invitation-policy
Invitation Policy Get
- Operation ID:
invitationPolicyGet - Required scopes:
tenant:members.read
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | InvitationPolicyResponse |
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) |
PUT /api/v1/invitation-policy
Invitation Policy Put
- Operation ID:
invitationPolicyPut - Required scopes:
tenant:members.write
Request body (required): application/json → PutInvitationPolicyRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | InvitationPolicyResponse |
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) |
DELETE /api/v1/invitation-policy
Invitation Policy Delete
- Operation ID:
invitationPolicyDelete - Required scopes:
tenant:members.write
Responses:
| Status | Description | Body |
|---|---|---|
204 | Reset to the platform default; no content. | — |
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) |