---
title: Configure the SCIM sync destination
description: Configure the System for Cross-domain Identity Management (SCIM) sync destination to synchronize data with a SCIM service provider. Run the dsconfig command:
component: pingdirectory
version: 11.0
page_id: pingdirectory:pingdatasync_server_administration_guide:pd_sync_config_scim_sync_dest
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/pingdatasync_server_administration_guide/pd_sync_config_scim_sync_dest.html
revdate: September 13, 2023
---

# Configure the SCIM sync destination

Configure the System for Cross-domain Identity Management (SCIM) *(tooltip: \<div class="paragraph">
\<p>An application-level, HTTP-based protocol for provisioning and managing user identity information. SCIM supplies a common schema for representing users and groups and provides a REST API.\</p>
\</div>)* sync destination to synchronize data with a SCIM service provider. Run the `dsconfig` command:

```shell
$ bin/dsconfig create-sync-destination \
  --destination-name scim \
  --type scim \
  --set server:scim
```
