Product documentation
OrganizationConnections
The OrganizationConnections resource.
OrganizationConnections
The OrganizationConnections resource.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/organizations/{orgId}/connections | Organization Connections Get | tenant:orgs.read |
PUT | /api/v1/organizations/{orgId}/connections | Organization Connections Put | tenant:orgs.write |
DELETE | /api/v1/organizations/{orgId}/connections | Organization Connections Delete | tenant:orgs.write |
Operation details
GET /api/v1/organizations/{orgId}/connections
Organization Connections Get
- Operation ID:
organizationConnectionsGet - Required scopes:
tenant:orgs.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
orgId | path | yes | string |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
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/organizations/{orgId}/connections
Organization Connections Put
- Operation ID:
organizationConnectionsPut - Required scopes:
tenant:orgs.write
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
orgId | path | yes | string |
Request body: application/json → CreateFederationMemberRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
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/organizations/{orgId}/connections
Organization Connections Delete
- Operation ID:
organizationConnectionsDelete - Required scopes:
tenant:orgs.write
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
orgId | path | yes | string |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
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) |