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


---

# Create a SCIM Extension schema

# Create a SCIM Extension schema {#ariaid-title1}

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

Create custom attributes to map to fields that are not mapped as part of either the
core schema or the ServiceNow extension schema.

## Vorbereitungen

Role required: scim_config_admin  
Warnung:  
Grant this role carefully. The scim_config_admin role is equivalent to giving the user the admin role, where the scim_config_admin role can insert new records into the tables that can bypass business logic or ACL protection.

## Prozedur

1. Navigate to AllSCIMSCIM Extension schemas.
2. Click New.
3. On the form, fill in the fields.  
   Hinweis:  
   Only one extension schema can be mapped to the Resource Type field. For example, User as a resource type can be mapped to a user extension schema.
   {#create-scim-extension-schemas__table_z3g_llg_btb__entry__2}

   | Field | Description |
   |-|-|
   | Name | Name of the extension schema. |
   | Active | Option to activate the schema. Select this field if the record must be considered as custom extension schema. Only one custom extension schema record can be active at a time for a specific resource type, whether for the User or Group type. |
   | Resource Type | Resource type that has to be mapped to the extension schema. The following are the options: * User * Group {#create-scim-extension-schemas__ul_id1_ctx_ctb} |
   | Application | Application scope for this record. |
   | Schema JSON | Details within the JSON schemas. For more information about defining the extension schema with attributes, see [Datatracker](https://datatracker.ietf.org/doc/html/rfc7643#section-7). |
   [Tabelle : 1. SCIM Extension schema]

   {#create-scim-extension-schemas__table_z3g_llg_btb}
4. Validate the attributes by clicking Validate.
5. Click Submit.

## Ergebnisse

The extension schema with custom attributes related to User or Group resource type is
created. Use the SCIM ETL Definitions to map the resources based on the extension
schema on the sys_user and sys_user_group table. For more information, see [Create a SCIM ETL definition](https://servicenow-prod.fluidtopics.net/bl82UlnXLNui0yrTYNtmEg "Use the SCIM ETL definitions to map the custom attributes with the sys_user or sys_user_group tables.").

