---
title: "Retrieve the service provider configuration"
method: GET
path: "/scim/v2/ServiceProviderConfig"
tags: ["SCIM"]
---

# Retrieve the service provider configuration

`GET /scim/v2/ServiceProviderConfig`

Returns Zuora’s service provider configuration.

## Response `200`

OK

- object
  - `schemas` string[] — List of schema URNs that define the structure of the response.
  - `patch` object — Details about support for the PATCH method.
    - `supported` boolean — Indicates whether the PATCH method is supported.
  - `bulk` object — Details about support for bulk operations.
    - `supported` boolean — Indicates whether bulk operations are supported.
    - `maxOperations` integer — The maximum number of operations that can be performed in a single bulk request.
    - `maxPayloadSize` integer — The maximum size of the payload for a single bulk request, in bytes.
  - `filter` object — Details about support for filtering resources.
    - `supported` boolean — Indicates whether filtering is supported.
    - `maxResults` integer — The maximum number of results that can be returned in a single request when using filters.
  - `changePassword` object — Details about support for password change operations.
    - `supported` boolean — Indicates whether password change operations are supported.
  - `sort` object — Details about support for sorting resources.
    - `supported` boolean — Indicates whether sorting is supported.
  - `etag` object — Details about support for ETag headers.
    - `supported` boolean — Indicates whether ETag headers are supported.
  - `authenticationSchemes` object[] — List of authentication schemes supported by the service provider.
    - `name` string — The name of the authentication scheme.
    - `description` string — A description of how the authentication scheme works.
    - `specUri` string — A URI to the specification of the authentication scheme.
    - `type` string — The type of the authentication scheme (e.g., OAuth2).
    - `primary` boolean — Indicates whether this is the primary authentication scheme.
  - `meta` object — Metadata about the service provider configuration.
    - `resourceType` string — Type of the resource returned (e.g., ServiceProviderConfig).
    - `location` string — URI of the resource.

## Other responses

- `401` — Unauthorized - The request requires user authentication.
- `403` — Forbidden - The server understands the request but refuses to authorize it.
- `404` — Not Found - The requested resource could not be found.

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/702f3caf3985/schema)
