Skip to main content
GET
/
api2
/
v1
/
scim
/
ServiceProviderConfig
Retrieve the Service Provider's Configuration
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/scim/ServiceProviderConfig \
  --header 'None: <api-key>'
{
  "authenticationSchemes": [
    {
      "description": "<string>",
      "name": "<string>",
      "primary": true,
      "specUrl": "<string>",
      "type": "<string>"
    }
  ],
  "bulk": {
    "supported": true
  },
  "changePassword": {
    "supported": true
  },
  "etag": {
    "supported": true
  },
  "filter": {
    "supported": true
  },
  "patch": {
    "supported": true
  },
  "schemas": [
    "<string>"
  ],
  "sort": {
    "supported": true
  },
  "xmlDataFormat": {
    "supported": true
  }
}

Authorizations

None
string
header
required

No authentication required. This is used for public endpoints.

Response

OK

authenticationSchemes
object[]
bulk
object
changePassword
object
etag
object
filter
object
patch
object
schemas
string[]
sort
object
xmlDataFormat
object