GET
/
api2
/
v1
/
scim
/
ResourceTypes
List the types of SCIM Resources available
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/scim/ResourceTypes
[
  {
    "schemas": [
      "<string>"
    ],
    "id": "<string>",
    "name": "<string>",
    "endpoint": "<string>",
    "description": "<string>",
    "schema": "<string>",
    "schemaExtensions": [
      {
        "schema": "<string>",
        "required": true
      }
    ]
  }
]

Response

200
application/json

successful operation

The response is of type object[].