v1
latestOpenAPI 3.0.02026-07-24115101.2 MBDiscovery
Get schema by URN
Use this endpoint to get the resource type schema corresponding to the provided URN.
get/Schemas/{urn}
Path parameters
urnstring required
Example:urn:ietf:params:scim:schemas:core:2.0:User,urn:ietf:params:scim:schemas:core:2.0:Group
The unique URI of the schema.
Response
Returns a resource type schema corresponding to the provided URN.
Example response
{
"attributes": [
{
"canonicalValues": [
"work",
"home"
],
"subAttributes": [
{
"canonicalValues": [
"work",
"home"
]
}
]
}
]
}