Skip to content

Product documentation

OrganizationConnections

The OrganizationConnections resource.

OrganizationConnections

The OrganizationConnections resource.

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

Operations

MethodPathSummaryScopes
GET/api/v1/organizations/{orgId}/connectionsOrganization Connections Gettenant:orgs.read
PUT/api/v1/organizations/{orgId}/connectionsOrganization Connections Puttenant:orgs.write
DELETE/api/v1/organizations/{orgId}/connectionsOrganization Connections Deletetenant:orgs.write

Operation details

GET /api/v1/organizations/{orgId}/connections

Organization Connections Get

  • Operation ID: organizationConnectionsGet
  • Required scopes: tenant:orgs.read

Parameters:

NameInRequiredTypeDescription
orgIdpathyesstring

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/organizations/{orgId}/connections

Organization Connections Put

  • Operation ID: organizationConnectionsPut
  • Required scopes: tenant:orgs.write

Parameters:

NameInRequiredTypeDescription
orgIdpathyesstring

Request body: application/jsonCreateFederationMemberRequest

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)

DELETE /api/v1/organizations/{orgId}/connections

Organization Connections Delete

  • Operation ID: organizationConnectionsDelete
  • Required scopes: tenant:orgs.write

Parameters:

NameInRequiredTypeDescription
orgIdpathyesstring

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)