Skip to main content
GET
/
api2
/
v1
/
scim
/
Schemas
Get supported SCIM Schemas
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/scim/Schemas \
  --header 'None: <api-key>'
[
  {
    "attributes": [
      {
        "caseExact": true,
        "description": "<string>",
        "multiValued": true,
        "name": "<string>",
        "required": true,
        "subAttributes": "<array>"
      }
    ],
    "description": "<string>",
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

None
string
header
required

No authentication required. This is used for public endpoints.

Response

OK

attributes
object[]
description
string
id
string
name
string