Skip to content

Product documentation

FederationMembers

The FederationMembers resource.

FederationMembers

The FederationMembers resource.

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

Operations

MethodPathSummaryScopes
GET/api/v1/federation-membersFederation Members Listtenant:federation.read
POST/api/v1/federation-membersFederation Members Createtenant:federation.write
GET/api/v1/federation-members/{memberId}Federation Members Gettenant:federation.read
PATCH/api/v1/federation-members/{memberId}Federation Members Updatetenant:federation.write
DELETE/api/v1/federation-members/{memberId}Federation Members Deletetenant:federation.write

Operation details

GET /api/v1/federation-members

Federation Members List

  • Operation ID: federationMembersList
  • Required scopes: tenant:federation.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)

POST /api/v1/federation-members

Federation Members Create

  • Operation ID: federationMembersCreate
  • Required scopes: tenant:federation.write

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)

GET /api/v1/federation-members/{memberId}

Federation Members Get

  • Operation ID: federationMembersGet
  • Required scopes: tenant:federation.read

Parameters:

NameInRequiredTypeDescription
memberIdpathyesstring

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)

PATCH /api/v1/federation-members/{memberId}

Federation Members Update

  • Operation ID: federationMembersUpdate
  • Required scopes: tenant:federation.write

Parameters:

NameInRequiredTypeDescription
memberIdpathyesstring

Request body: application/jsonUpdateFederationMemberRequest

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/federation-members/{memberId}

Federation Members Delete

  • Operation ID: federationMembersDelete
  • Required scopes: tenant:federation.write

Parameters:

NameInRequiredTypeDescription
memberIdpathyesstring

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)