Integration Users REST APIs
Overview
The Integration Users endpoints retrieve, create, and update integration users for Oracle CPQ running in Fusion.
Administration
All new Oracle CPQ sites running in Oracle Fusion require the following Uniform Resources Locator (URL) path for all CPQ pages, endpoints, and file paths. The new standard URL path will include /cpq/. Refer to the following example:
- New URL Format:
/cpq/rest/v19/parts - Old URL Format:
/rest/v19/parts
The URL path change does not impact existing sites not running in Oracle Fusion. However, we recommend all administrators apply this new format to all new URLs and suggest you consider transitioning from your existing URL path to the new URL path.
Get All Integration Users ![]() |
||
|---|---|---|
| Description |
This endpoint returns a list of integration users across all companies. |
|
| URI Endpoint |
/cpq/rest/v19/integrationUsers |
|
| Endpoint Query Parameters |
This endpoint supports the following query specifications. For more information, see Manage Collections.
|
|
| HTTP Method | GET | |
| Request Body Parameters |
None |
|
| Response Body Parameters |
The response contains a collection of integration users |
|
https://site.oracle.com/cpq/rest/v19/integrationUsers
{ "items": [{ "login": "_custom_user_6ab1180a3cce465983d1c000144b6f1b", "isNotifyFax": false, "isNotifyEmail": true, "isUserAdminPermEnabled": false, "isApplicationAdminPermEnabled": false, "isWebServicesOnly": true, "isAccessAdminPermEnabled": false, "isProxyPermEnabled": false, "partyId": 181556695830934950, "partyNumber": "BM_Zb69fNkzcp8", "dateModified": "2025-09-26T12:17:59.000Z", "dateAdded": "2025-09-26T12:17:59.000Z", "links": [{ "rel": "self", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_Zb69fNkzcp8" }, { "rel": "child", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_Zb69fNkzcp8/groups" } ], "lastLogin": "2025-09-26T12:18:55.000Z", "type": { "value": "FULL_ACCESS", "displayValue": "FullAccess" }, "language": { "value": "en_US", "displayValue": "English" }, "currency": { "value": "USD", "displayValue": "US Dollar" }, "numberFormat": { "value": 0, "displayValue": "####.##" }, "timeZone": { "value": "America/Chicago", "displayValue": "(GMT-6:00 GMT-5:00) Chicago" }, "units": { "value": 1, "displayValue": "English" }, "dateFormat": { "value": 0, "displayValue": "MM/dd/yyyy h:mm a" }, "status": { "value": 1, "displayValue": "Active" }, "oauthClientId": "6ab1180a3cce465983d1c000144b6f1b", "company": { "name": "cpq-mdb", "loginName": "_host" } } ], "offset": 0, "limit": 1000, "count": 34, "hasMore": false, "links": [{ "rel": "canonical", "href": "http://sitename.oracle.com/cpq/rest/v19/users" }, { "rel": "self", "href": "http://sitename.oracle.com/cpq/rest/v19/users?offset=0&limit=1000" } ] }
Get an Integration User![]() |
||
|---|---|---|
| Description |
This endpoint returns details about a specific integration user. |
|
| URI Endpoint |
/cpq/rest/v19/integrationUsers/{partyNumber} |
|
|
Endpoint Parameters |
partyNumber |
The unique identifier for the user |
|
This endpoint supports the following query specifications. For more information, see Manage Collections.
|
||
| HTTP Method | GET | |
| Request Body Parameters |
None |
|
|
Response Body Parameters |
JSON data for the specific integration user Note: HTTP Code 404 displays if integration user does not exist. |
|
https://site.oracle.com/cpq/rest/v19/integrationUsers/BM_LaeNrP1bCh5
{ "login": "_custom_d4279b7d50a843ffb14c709dab1f1418", "isNotifyFax": false, "isNotifyEmail": true, "isSuperUserPermEnabled": false, "isApplicationAdminPermEnabled": false, "isWebServicesOnly": true, "isAccessAdminPermEnabled": false, "isProxyPermEnabled": false, "partyId": 318766884429645907, "partyNumber": "BM_LaeNrP1bCh5", "dateModified": "2025-10-14T08:29:21.000Z", "dateAdded": "2025-10-14T08:29:21.000Z", "links": [{ "rel": "self", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5?expand=groups" }, { "rel": "child", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5/groups" }, { "rel": "canonical", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5" } ], "type": { "value": "FULL_ACCESS", "displayValue": "FullAccess" }, "language": { "value": "en_US", "displayValue": "English" }, "currency": { "value": "USD", "displayValue": "US Dollar" }, "numberFormat": { "value": 0, "displayValue": "####.##" }, "timeZone": { "value": "America/Chicago", "displayValue": "(GMT-6:00 GMT-5:00) Chicago" }, "units": { "value": 1, "displayValue": "English" }, "dateFormat": { "value": 0, "displayValue": "MM/dd/yyyy h:mm a" }, "status": { "value": 1, "displayValue": "Active" }, "groups": { "items": [{ "label": "Admin Access- Groups", "variableName": "adminAccessGroupsOnly", "type": "Administrator" }, { "label": "No Longer Used 07", "variableName": "excludeMDBParts", "type": "Sales" } ], "links": [{ "rel": "self", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5/groups" }, { "rel": "parent", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5" } ] }, "oauthClientId": "d4279b7d50a843ffb14c709dab1f1418", "company": { "name": "cpq-mdb", "loginName": "cpq-mdb" } }
https://sitename.oracle.com/cpq/rest/v19/integrationUsers
"oauthClientId": "d4279b7d50a843ffb14c709dab1f1418", "groups": { "items": [{ "label": "No Longer Used 07", "variableName": "excludeMDBParts", "type": "Sales" }, { "label": "Admin Access- Groups", "variableName": "adminAccessGroupsOnly", "type": "Administrator" } ] } }
{ "login": "_custom_d4279b7d50a843ffb14c709dab1f1418", "isNotifyFax": false, "isNotifyEmail": true, "isSuperUserPermEnabled": false, "isApplicationAdminPermEnabled": false, "isWebServicesOnly": true, "isAccessAdminPermEnabled": false, "isProxyPermEnabled": false, "partyId": 318766884429645907, "partyNumber": "BM_LaeNrP1bCh5", "id": 3024590297, "dateModified": "2025-10-14T08:38:37.000Z", "dateAdded": "2025-10-14T08:29:21.000Z", "links": [{ "rel": "self", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5" }, { "rel": "child", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5/groups" } ], "type": { "value": "FULL_ACCESS", "displayValue": "FullAccess" }, "language": { "value": "en_US", "displayValue": "English" }, "currency": { "value": "USD", "displayValue": "US Dollar" }, "numberFormat": { "value": 0, "displayValue": "####.##" }, "timeZone": { "value": "America/Chicago", "displayValue": "(GMT-6:00 GMT-5:00) Chicago" }, "units": { "value": 1, "displayValue": "English" }, "dateFormat": { "value": 0, "displayValue": "MM/dd/yyyy h:mm a" }, "status": { "value": 1, "displayValue": "Active" }, "oauthClientId": "d4279b7d50a843ffb14c709dab1f1418", "company": { "name": "cpq-mdb", "loginName": "cpq-mdb" } }
https://sitename.oracle.com/cpq/rest/v19/integrationVendors/BM_LaeNrP1bCh5
{ "groups": { "items": [{ "label": "No Longer Used 07", "variableName": "excludeMDBParts", "type": "Sales" }, { "label": "3_14159265359", "variableName": "a314159265359", "type": "Administrator" } ] } }
{ "login": "_custom_d4279b7d50a843ffb14c709dab1f1418", "isNotifyFax": false, "isNotifyEmail": true, "isSuperUserPermEnabled": false, "isApplicationAdminPermEnabled": false, "isWebServicesOnly": true, "isAccessAdminPermEnabled": false, "isProxyPermEnabled": false, "partyId": 318766884429645907, "partyNumber": "BM_LaeNrP1bCh5", "id": 3024590297, "dateModified": "2025-10-14T08:38:37.000Z", "dateAdded": "2025-10-14T08:29:21.000Z", "links": [{ "rel": "self", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5" }, { "rel": "child", "href": "http://sitename.oracle.com/cpq/rest/v19/users/BM_LaeNrP1bCh5/groups" } ], "type": { "value": "FULL_ACCESS", "displayValue": "FullAccess" }, "language": { "value": "en_US", "displayValue": "English" }, "currency": { "value": "USD", "displayValue": "US Dollar" }, "numberFormat": { "value": 0, "displayValue": "####.##" }, "timeZone": { "value": "America/Chicago", "displayValue": "(GMT-6:00 GMT-5:00) Chicago" }, "units": { "value": 1, "displayValue": "English" }, "dateFormat": { "value": 0, "displayValue": "MM/dd/yyyy h:mm a" }, "status": { "value": 1, "displayValue": "Active" }, "oauthClientId": "d4279b7d50a843ffb14c709dab1f1418", "company": { "name": "cpq-mdb", "loginName": "cpq-mdb" } }








