curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/scim/Schemas/{schemaUrn}{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"attributes": [
{
"name": "<string>",
"type": "STRING",
"subAttributes": "<array>",
"multiValued": true,
"description": "<string>",
"required": true,
"caseExact": true,
"mutability": "READ_ONLY",
"returned": "ALWAYS",
"uniqueness": "NONE"
}
]
}curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/scim/Schemas/{schemaUrn}{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"attributes": [
{
"name": "<string>",
"type": "STRING",
"subAttributes": "<array>",
"multiValued": true,
"description": "<string>",
"required": true,
"caseExact": true,
"mutability": "READ_ONLY",
"returned": "ALWAYS",
"uniqueness": "NONE"
}
]
}successful operation
Show child attributes
STRING, BOOLEAN, DECIMAL, INTEGER, DATE_TIME, BINARY, REFERENCE, COMPLEX READ_ONLY, READ_WRITE, IMMUTABLE, WRITE_ONLY ALWAYS, NEVER, DEFAULT, REQUEST NONE, SERVER, GLOBAL Was this page helpful?