---
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


---

# SCIM customization properties and schemas

# SCIM customization properties and schemas {#ariaid-title1}

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

The SCIM customization includes the following properties, supported schemas, and
unsupported schemas.

## Properties {#scim-customization-properties-and-schemas__section_sld_vhk_htb}

SCIM customization adds the following system properties.
{#scim-customization-properties-and-schemas__table_zyl_dyx_ctb__entry__2}

| Name | Description |
|-|-|
| com.snc.integration.scim2.max.member.count | The SCIM maximum member count. |
| com.snc.integration.scim2.resolve.externalid.conflict | Resolve SCIM resources based on the source definition of the requesting client if multiple resources are found with an external ID SCIM filter. Hinweis: As a prerequisite, if provisioning is done from multiple sources, then the sources must be defined in the SCIM Source Definition table. If sources are not defined or if this property is inactive, then all matching resources are returned with an external Id filter response. |
| com.snc.integration.scim2.user.etl.definition.id | The SCIM User ETL Definition ID. |
| com.snc.integration.scim2.group.etl.definition.id | The SCIM Group ETL Definition ID. |
| com.snc.integration.scim2.rte.verbose.logging.enabled | Enables verbose logging for SCIM User and Group RTE definitions. |
| com.snc.integration.scim2.string.field.length.validation.enabled | The length validation for fields. This property enables validation instead of truncating and saving the field. |
| com.snc.integration.scim2.provider.customization.script.id | The ID of the script include for customizing the SCIM responses. |
[Tabelle : 1. Properties]

{#scim-customization-properties-and-schemas__table_zyl_dyx_ctb}

## Supported schemas {#scim-customization-properties-and-schemas__section_tls_t4x_ctb}

SCIM customization adds the following supported schemas.
{#scim-customization-properties-and-schemas__table_ujy_ssh_gtb__entry__4}

| Schemas | Description | Prefix | Example |
|-|-|-|-|
| urn:ietf:params:scim:schemas:core:2.0:User | Includes core attributes for the resources. | none | name.middleName |
| urn:ietf:params:scim:schemas:extension:servicenow:2.0:User | Includes attributes that are related to ServiceNow. | servicenow | servicenow.manager.value |
| urn:ietf:params:scim:schemas:extension:servicenow:custom:2.0:User | Includes custom attributes that are not mapped as part of the core extension or  the ServiceNow extension schema. | custom | custom.socialId |
[Tabelle : 2. Supported Schemas]

{#scim-customization-properties-and-schemas__table_ujy_ssh_gtb}

## Unsupported schema {#scim-customization-properties-and-schemas__section_zcb_nth_gtb}

urn:ietf:params:scim:schemas:extension:enterprise:2.0:User: Includes
attributes commonly used in representing users that belong to or act on behalf of a business or
an enterprise.  
Hinweis:  
Enterprise schema is a valid schema but its attributes are mapped to any table. Because database persistence is not supported, there will be no error displayed if an enterprise schema is included in the request body.

