{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 123,
"itemsPerPage": 123,
"startIndex": 123,
"Resources": [
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
],
"id": "<string>",
"meta": {
"version": "<string>",
"location": "<string>",
"lastModified": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"resourceType": "<string>"
},
"name": "<string>",
"description": "<string>",
"endpoint": "<string>",
"schema": "<string>",
"schemaExtensions": [
{
"required": true,
"schema": "<string>"
}
]
}
]
}Get SCIM resource types
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 123,
"itemsPerPage": 123,
"startIndex": 123,
"Resources": [
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
],
"id": "<string>",
"meta": {
"version": "<string>",
"location": "<string>",
"lastModified": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"resourceType": "<string>"
},
"name": "<string>",
"description": "<string>",
"endpoint": "<string>",
"schema": "<string>",
"schemaExtensions": [
{
"required": true,
"schema": "<string>"
}
]
}
]
}