---
title: "Get Provider Config"
method: GET
path: "/scim/v2/ServiceProviderConfig"
tags: ["SCIM"]
---

# Get Provider Config

`GET /scim/v2/ServiceProviderConfig`

Returns SCIM service provider configuration

## Response `200`

Successful response

- ScimProviderConfig
  - `authenticationSchemes` ScimAuthenticationScheme[]
    - `description` string
    - `documentationUri` string
    - `name` string
    - `specUri` string
    - `primary` boolean
  - `bulk` ScimBulkSupported
    - `maxOperations` integer
    - `maxPayloadSize` integer
    - `supported` boolean
  - `changePassword` ScimSupported
    - `supported` boolean
  - `etag` ScimSupported
    - `supported` boolean
  - `filter` ScimFilterSupported
    - `maxResults` integer
    - `supported` boolean
  - `patch` ScimSupported
    - `supported` boolean
  - `schemas` string[]
  - `sort` ScimSupported
    - `supported` boolean
  - `xmlDataFormat` ScimSupported
    - `supported` boolean

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
