Create a REST message

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Configure a REST message for all outbound calls for a particular SCIM Provider.

    始める前に

    Role required: scim_client_config_admin

    手順

    1. Navigate to All > System Web Services > Outbound > REST Message.
    2. Click New.
    3. On the form, fill in the fields.
      表 : 1. SCIM Provider
      Field Description
      Name Descriptive name for this message.
      Endpoint Base URL of SCIM Provider. For example, https://example.service-now.com/api/now/scim.
      Authentication Type Type of authentication to be used to connect to the external SCIM Provider. For more information see, Outbound REST authentication.
      HTTP Headers

      The content type that is expected from the external SCIM Provider.

      For example, Header Name is the content type in the following API request body: Content-type: application/scim+json

    4. In the  HTTP Methods  related list, click  New.
    5. Configure the following HTTP Methods.
      注:
      The URLs have variables that you must replace.
      表 : 2. HTTP Methods
      Methods Sample URL
      GET

      https://example.com/api/now/scim/${resourceName}

      PATCH

      https://example.com/api/now/scim/${resourceName}/${resourceId}

      PUT

      https://example.com/api/now/scim/${resourceName}/${resourceId}

      DELETE

      https://example.com/api/now/scim/${resourceName}/${resourceId}

      POST

      https://example.com/api/now/scim/${resourceName}/${resourceId}

      注:
      • You must create all the HTTP methods for the operation of the SCIM Client.
      • A sample REST message is shipped from the base system.
      REST message
    6. Click Submit.

    タスクの結果

    The REST message record is created.

    次のタスク

    Use the REST message to create a SCIM Provider. For more information, see Create a SCIM Provider.

    To learn more about how to create a REST message, see Create a REST message.