Skip to content

Product documentation

ScimDeprovisionEndpoint

The ScimDeprovisionEndpoint resource.

ScimDeprovisionEndpoint

The ScimDeprovisionEndpoint resource.

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

Operations

MethodPathSummaryScopes
GET/api/v1/scim-deprovision/endpointsScim Deprovision Endpoint Listtenant:compliance.read
POST/api/v1/scim-deprovision/endpointsScim Deprovision Endpoint Registertenant:compliance.write
GET/api/v1/scim-deprovision/endpoints/{endpointId}Scim Deprovision Endpoint Gettenant:compliance.read
PATCH/api/v1/scim-deprovision/endpoints/{endpointId}Scim Deprovision Endpoint Toggletenant:compliance.write
DELETE/api/v1/scim-deprovision/endpoints/{endpointId}Scim Deprovision Endpoint Removetenant:compliance.write

Operation details

GET /api/v1/scim-deprovision/endpoints

Scim Deprovision Endpoint List

  • Operation ID: scimDeprovisionEndpointList
  • Required scopes: tenant:compliance.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/scim-deprovision/endpoints

Scim Deprovision Endpoint Register

  • Operation ID: scimDeprovisionEndpointRegister
  • Required scopes: tenant:compliance.write

Request body (required): application/jsonRegisterScimDeprovisionEndpointRequest

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/scim-deprovision/endpoints/{endpointId}

Scim Deprovision Endpoint Get

  • Operation ID: scimDeprovisionEndpointGet
  • Required scopes: tenant:compliance.read

Parameters:

NameInRequiredTypeDescription
endpointIdpathyesstring

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/scim-deprovision/endpoints/{endpointId}

Scim Deprovision Endpoint Toggle

  • Operation ID: scimDeprovisionEndpointToggle
  • Required scopes: tenant:compliance.write

Parameters:

NameInRequiredTypeDescription
endpointIdpathyesstring

Request body (required): application/jsonToggleScimDeprovisionEndpointRequest

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/scim-deprovision/endpoints/{endpointId}

Scim Deprovision Endpoint Remove

  • Operation ID: scimDeprovisionEndpointRemove
  • Required scopes: tenant:compliance.write

Parameters:

NameInRequiredTypeDescription
endpointIdpathyesstring

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)