Discovery
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"
]
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.