Oracle CPQ Running in Fusion: Integration Users REST APIs

Oracle CPQ 26B introduces the Integration Users REST API endpoints to support integration users for Oracle CPQ running in Fusion.

Get All Integration Users

Use this endpoint to get a list of integration users across all companies as JSON.

  • Endpoint:  /cpq/rest/v19/integrationUsers
  • Method:  GET

Create an Integration User

Use this endpoint to create a new integration user.

  • Endpoint:  /cpq/rest/v19/integrationUsers
  • Method:  POST

Get an Integration User

Use this endpoint to retrieve information for a specific integration user.

  • Endpoint:  /cpq/rest/v19/integrationUsers/{partyNumber}
  • Method:  GET

Update an Integration User

Use this endpoint to update details for an existing integration user.

  • Endpoint:  /cpq/rest/v19/integrationUsers/{partyNumber}
  • Method:  PATCH

Steps to enable and configure

Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.

Tips and considerations

  • The Integration User REST API is only available from the Interface Catalog for CPQ sites that are running in Fusion.
  • All Oracle CPQ sites running in Fusion require the following URL path for all CPQ pages, endpoints, and file paths: /cpq/rest/v19/.