---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Exploring SCIM Client

# Exploring SCIM Client {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

The SCIM Client facilitates provisioning and updates on identity resources through CRUD operations exposed by SCIM endpoint on an external system.

The SCIM Client is used for creating, updating, and deleting identity resources in a system that supports SCIM compliant REST requests. The client is used for identity life-cycle management and for identity attribute synchronization
across ServiceNow instances or between ServiceNow and other SCIM providers.​

Because the APIs are exposed by the client, you can automate the process of creating, updating, or deleting any resources on a single or multiple SCIM providers. For example, if a developer joins the organization, you have to provide
access to Git, workplace, and so on.

The SCIM client enables you to perform the following actions:

* Provision identities and access for user or group membership.
* Synchronize identity and related resources with SCIM compliant systems.
* Integrate any SCIM Provider on ServiceNow®.
* De-provision identities and access.

{#explore-scim-client__ul_fn2_m5v_gtb}

The SCIM client provides scriptable APIs that the integration developer can use to build workflows or automations to do specified jobs. To know more about the scriptable API, see [SCIM2Client API](https://www.servicenow.com/docs/access?context=SCIM2ClientAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US).

## Configurations for SCIM Client {#explore-scim-client__section_d43_qs4_dtb}

To configure the SCIM Client, perform the following tasks:

* Create a REST message for all outbound calls for a particular SCIM Provider. For more information, see [Create a REST message](https://servicenow-prod.fluidtopics.net/M9FaeWVT2LBEOwry5bbYIg "Configure a REST message for all outbound calls for a particular SCIM Provider.").
* Create a SCIM Provider to fetch resource types and schemas information from the SCIM Provider with the REST message. Enable the configuration of the HTTP Method (PUT or PATCH) to update a resource in the SCIM Provider. For more information, see [Create a SCIM Provider](https://servicenow-prod.fluidtopics.net/DmMeKl0aYaxcvQ7xhXSs7A "Create a SCIM Provider to fetch resource types and schemas information from the SCIM Provider with the REST message. Enable the configuration of the HTTP Method (PUT or PATCH) to update a resource in the SCIM Provider.").
* Create the mappings of SCIM attributes to ServiceNow attributes for a particular resource type and SCIM Provider. To know more, see [Create a SCIM Provider Resource Mapping](https://servicenow-prod.fluidtopics.net/tOvog~LB2jaHPf_wcHnLYg "Define the mappings of SCIM attributes to ServiceNow attributes for a particular resource type and SCIM Provider.").
* Perform the mapping of SCIM field with the database table and field name. Pass the default value or write a script to fetch the value. For more information know, see [Create a SCIM attribute mapping](https://servicenow-prod.fluidtopics.net/0fAB3eF8uWyOIf0u8Ndf9Q "Create a SCIM attribute mapping and use it as a single source of resource to the ServiceNow table fields.").
{#explore-scim-client__ul_xpn_sv1_btb}

