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.