GET
/
api2
/
v1
/
scim
/
Schemas
Get supported SCIM Schemas
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/scim/Schemas
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "attributes": [
      {
        "name": "<string>",
        "type": "STRING",
        "subAttributes": [
          {}
        ],
        "multiValued": true,
        "description": "<string>",
        "required": true,
        "caseExact": true,
        "mutability": "READ_ONLY",
        "returned": "ALWAYS",
        "uniqueness": "NONE"
      }
    ]
  }
]

Response

200
application/json

successful operation

The response is of type object[].