Skip to main content
GET
/
api2
/
v1
/
scim
/
Schemas
/
{schemaUrn}
Get supported SCIM Schema by urn
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/scim/Schemas/{schemaUrn} \
  --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.

Path Parameters

schemaUrn
string
required

URN of the SCIM schema

Response

OK

attributes
object[]
description
string
id
string
name
string