v1
latestOpenAPI 3.0.02026-07-24115101.2 MBDiscovery
List Schemas
Use this endpoint to get a list of resource type schemas supported by the SCIM server.
get/Schemas
Response
Returns a list of supported resource type schemas.
Example response
[
{
"attributes": [
{
"canonicalValues": [
"work",
"home"
],
"subAttributes": [
{
"canonicalValues": [
"work",
"home"
]
}
]
}
]
}
]