Schemas endpoint
This endpoint allows you to retrieve the SCIM JSON schemas used by Tagetik user provisioning functionalities and it is published at the following path:
<api-root>/scim/v2/Schemas
Operations¶
The endpoint provides the following operations:
| Operation | Http Method | Path Variable | Response Body | HTTP Response Status | Response Status (SCIM Exception) |
|---|---|---|---|---|---|
| Lists of all supported schemas | GET | - | Schema List | 200 (OK) | - |
| Get schema by urn | GET | - | Scheme | 200 (OK) | 404 (Not Found) |
SCIM Exceptions¶
Invocation examples
| HTTP Status | Descriptions |
|---|---|
| 404 (Not Found) | It occurs when trying to read a schema, but no schema with the specified URN is available |
Examples¶
| Read a list of all supported schemas | |
|---|---|
| Method | GET |
| URL | <api-root>/scim/v2/Schemas |
| Body | - |
| Notes |
| Read a specific schema | |
|---|---|
| Method | GET |
| URL | <api-root>/scim/v2/Schemas/urn:tgk:params:scim:schemas:extension:2.0:User |
| Body | - |
| Notes | Retrieves the "User" schema extension provided by CCH Tagetik. |