Create a SCIM Extension schema

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Create custom attributes to map to fields that are not mapped as part of either the core schema or the ServiceNow extension schema.

    始める前に

    Role required: scim_config_admin

    警告:
    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.

    手順

    1. Navigate to All > SCIM > SCIM Extension schemas.
    2. Click New.
    3. On the form, fill in the fields.
      注:
      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.
      表 : 1. SCIM Extension schema
      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
      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.
      SCIM Extension schema
    4. Validate the attributes by clicking Validate.
    5. Click Submit.

    タスクの結果

    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.