Get Get Schemas
It is not possible to list all the available schemas, a filter must be specified. The filter only supports the equality operator ('eq') on the 'name' attribute
Only schemas matching the filter expression will be returned. Only 'eq' is supported as an operator for this filter
name eq "User"
The directory UUID. If specified, the schema associated to this particular directory will be returned as well, if any. Only available for the 'User' schema
name eq "User"
The list of custom schemas separated by a comma. If specified, the specified schema(s) attributes will be returned as well. Only available for the 'User' schema
successful operation
{
"endpoint": "string",
"description": "string",
"name": "string",
"attributeSchemas": [
"string"
],
"strictMode": false,
"scimObject": {
"schemas": [
"string"
]
},
"meta": {
"lastModified": "string",
"version": "string",
"location": "string",
"created": "string"
},
"externalId": "string",
"attributes": [
{
"subAttributes": [
"AttributeDescriptor Object"
],
"description": "string",
"canonicalValues": [
{
"operation": "string",
"type": "string",
"primary": false,
"value": "string",
"display": "string"
}
],
"dataType": "string",
"required": false,
"caseExact": false,
"name": "string",
"readOnly": false,
"multiValuedChildName": "string",
"multiValued": false,
"schema": "string"
}
],
"schema": "string",
"id": "string",
"resourceDescriptor": "ResourceDescriptor Object"
}
endpoint
description
name
attributeSchemas
strictMode
externalId
schema
id
No "filter" has been specified or the specified "filter" is invalid: an operator other than 'eq' has been specified, the given schema does not exist or the equality is not based on the 'name'