---
title: SCIM API request and response flow
description: The System for Cross-domain Identity Management (SCIM) REST API provides an HTTP API for data contained in a user store.
component: pingauthorize
version: 11.0
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_scim_request_response_flow
canonical_url: https://docs.pingidentity.com/pingauthorize/11.0/pingauthorize_server_administration_guide/paz_scim_request_response_flow.html
revdate: May 16, 2023
---

# SCIM API request and response flow

The System for Cross-domain Identity Management (SCIM) REST API provides an HTTP API for data contained in a user store.

Although user stores typically consist of a single datastore, such as PingDirectory Server, they can also consist of multiple datastores.

When a SCIM request is received, it is translated into one or more requests to the user store, and the resulting user store response is translated into a SCIM response. The SCIM response is authorized by sending a policy request to the policy decision point (PDP). Depending on the policy result, including the statements that are returned in the result, the SCIM response might be filtered or rejected.

Sequence diagram of the PingAuthorize SCIM API inbound and outbound data flow involving the client, PingAuthorize, the PDP, and the directory server
