Returns a Schema resource based on ID.
GET {{baseUrl}}/Schemas/:schemaID
The Schema with the matching ID is returned.The ID is the URN of the SCIM resource. The core attributes are id, name, description, and attributes. The 'attributes' field holds the schema-specific attributes which differ depending on Schema type.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"urn:ietf:params:scim:schemas:sailpoint:1.0:User","name":"User","description":"Schema for a SCIM User.","attributes":[{"uniqueness":"none","name":"displayName","description":"Display name of the User.","mutability":"readOnly","type":"string","multiValued":false,"caseExact":false,"returned":"default","required":false,"canonicalValues":["httpbasic","httpdigest","oauth"],"subAttributes":[{"ex612":{},"cupidatat3":{}},{"enim_143":{}}]},{"uniqueness":"none","name":"displayName","description":"Display name of the User.","mutability":"readOnly","type":"string","multiValued":false,"caseExact":false,"returned":"default","required":false,"canonicalValues":["httpbasic","httpdigest","oauth"],"subAttributes":[{"nostrud55":{}},{"ea57a":{},"voluptate_7":{}}]}],"meta":{"location":"http://localhost:8080/iiq/scim/v2/Schemas/7f0123417e941b00007f9db3702906cb","version":"W/\\\"1647617443639\\\"","resourceType":"Schema"},"schemas":["urn:ietf:params:scim:schemas:core:2.0:Schema"]}