Product documentation
ScimDeprovisionEndpoint
The ScimDeprovisionEndpoint resource.
ScimDeprovisionEndpoint
The ScimDeprovisionEndpoint resource.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/scim-deprovision/endpoints | Scim Deprovision Endpoint List | tenant:compliance.read |
POST | /api/v1/scim-deprovision/endpoints | Scim Deprovision Endpoint Register | tenant:compliance.write |
GET | /api/v1/scim-deprovision/endpoints/{endpointId} | Scim Deprovision Endpoint Get | tenant:compliance.read |
PATCH | /api/v1/scim-deprovision/endpoints/{endpointId} | Scim Deprovision Endpoint Toggle | tenant:compliance.write |
DELETE | /api/v1/scim-deprovision/endpoints/{endpointId} | Scim Deprovision Endpoint Remove | tenant:compliance.write |
Operation details
GET /api/v1/scim-deprovision/endpoints
Scim Deprovision Endpoint List
- Operation ID:
scimDeprovisionEndpointList - Required scopes:
tenant:compliance.read
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) |
POST /api/v1/scim-deprovision/endpoints
Scim Deprovision Endpoint Register
- Operation ID:
scimDeprovisionEndpointRegister - Required scopes:
tenant:compliance.write
Request body (required): application/json → RegisterScimDeprovisionEndpointRequest
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) |
GET /api/v1/scim-deprovision/endpoints/{endpointId}
Scim Deprovision Endpoint Get
- Operation ID:
scimDeprovisionEndpointGet - Required scopes:
tenant:compliance.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
endpointId | 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) |
PATCH /api/v1/scim-deprovision/endpoints/{endpointId}
Scim Deprovision Endpoint Toggle
- Operation ID:
scimDeprovisionEndpointToggle - Required scopes:
tenant:compliance.write
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
endpointId | path | yes | string |
Request body (required): application/json → ToggleScimDeprovisionEndpointRequest
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/scim-deprovision/endpoints/{endpointId}
Scim Deprovision Endpoint Remove
- Operation ID:
scimDeprovisionEndpointRemove - Required scopes:
tenant:compliance.write
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
endpointId | 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) |