---
title: "Get ServiceProviderConfig"
method: GET
path: "/ServiceProviderConfig"
tags: ["Discovery"]
---

# Get ServiceProviderConfig

`GET /ServiceProviderConfig`

Use this endpoint to get SCIM ServiceProviderConfig.

## Response `200`

Returns the ServiceProviderConfig.

- ServiceProviderConfigSchema — See #ServiceProviderConfig
  - `schemas` string[], required — A schema for representing the service provider's configuration.
  - `documentationUri` string, https_url, required — A URL pointing to the service provider's help documentation.
  - `patch` object, required — An attribute that specifies PATCH configuration options.
    - `supported` boolean
  - `bulk` object, required — An attribute that specifies bulk configuration options.
    - `supported` boolean
  - `filter` object, required — An attribute that specifies FILTER options.
    - `supported` boolean
    - `maxResults` integer
  - `changePassword` object, required — An attribute that specifies configuration options related to changing a password.
    - `supported` boolean
  - `sort` object, required — An attribute that specifies Sort configuration options.
    - `supported` boolean
  - `etag` object, required — An attribute that specifies ETag configuration options.
    - `supported` boolean
  - `authenticationSchemes` object[], required — An object that specifies supported authentication scheme properties.
    - `name` string — The common authentication scheme name, e.g., HTTP Basic.
    - `description` string — A description of the authentication scheme.
    - `specUri` string, https_url — A URL pointing to the authentication scheme's specification.
    - `documentationUri` string, https_url — A URL pointing to the authentication scheme's usage documentation.
    - `type` 'oauth' | 'oauth2' | 'oauthbearertoken' | 'httpbasic' | 'httpdigest' — The authentication scheme.
    - `primary` boolean
  - `meta` object, required — An object containing resource metadata properties.
    - `location` string — The URI of the resource being returned.
    - `resourceType` string — The name of the resource type of the resource.
    - `created` string, datetime — The DateTime that the resource was added to the service provider.
    - `lastModified` string, datetime — The most recent DateTime that the details of this resource were updated at the service provider.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
