Get All Integration Users
get
/cpq/rest/v19/integrationUsers
This endpoint retrieves a list of integration users across all companies as JSON.
Request
Query Parameters
-
excludeLinks: string
Excludes given link types from response. Supported only with produces type application/json.Allowed Values:
[ "self", "child", "parent", "canonical", "next", "prev", "related" ] -
expand: string
Allows expansion of relationships. Supported only with produces type application/json.Allowed Values:
[ "groups" ] -
fields: string
User fields to be returned in response. Supported only with produces type application/json.
-
limit: integer
Specifies the number of records to be fetched. Supported only with produces type application/json.
-
offset: integer
Specifies the starting point from which records are to be fetched. Supported only with produces type application/json.
-
orderby: string
Specifies a comma-separated list of fields to order the response by. Supported only with produces type application/json.
-
q: string
Criteria to filter the users. By default no filtering is applied.
-
totalResults: boolean
Specifies the total records to be included in response or not. Supported only with produces type application/json.
Response
Supported Media Types
- application/json
Default Response
List of intergation users.
Root Schema : integrationUser-collection
Type:
Show Source
object-
items:
array List of users
Title:
List of usersList of users
Nested Schema : integrationUser
Type:
Show Source
object-
approvalDelegate:
string
Title:
Approval DelegateApproval Delegate -
company:
object Company details
Title:
Company detailsUser Company details. Applicable only for Users Across Companies -
currency:
object Currency
Title:
CurrencyCurrency preference of user. Value holds currency code -
dateAdded:
string
Title:
Date AddedUser creation date -
dateFormat:
object Date Format
Title:
Date FormatUser preferred date time format -
dateModified:
string
Title:
Date ModifiedUser modified date -
email:
string
Title:
EmailEmail of the user -
firstName:
string
Title:
First NameFirst Name of the user -
groups:
object Groups
Title:
GroupsGroups to which the user belongs -
isAccessAdminPermEnabled:
boolean
Title:
Access Admin Permission EnabledAccess Admin Permission Enabled -
isMobileEnabled:
boolean
Title:
Is Mobile EnabledIs Mobile Enabled -
isNotifyEmail:
boolean
Title:
Is Notification Preference EmailIs notification preference email -
isProxyPermEnabled:
boolean
Title:
Proxy Permission EnabledProxy permission enabled -
isSuperUserPermEnabled:
boolean
Title:
Is Superuser Permission EnabledIs Superuser Permission Enabled -
isWebServicesOnly:
boolean
Title:
Web Services OnlyWeb Services Only -
language:
object Language
Title:
LanguageLanguage preference of user. Value holds language code -
lastLogin:
string
Title:
Last Login DateUser last loggedin date -
lastName:
string
Title:
Last NameLast Name of the user -
links:
array Links to the related objects
Title:
Links to the related objectsLinks to the related objects -
login:
string
Title:
Login IdLogin Id of the user -
numberFormat:
object Number Format
Title:
Number FormatPreferred number format of user -
oauthClientId:
string
Title:
OAuth client IdClient Id of the OAuth client that has a 1-to-1 association with the user -
partnerLogin:
string
Title:
Partner LoginPartner Login -
partyId:
integer(int64)
Title:
Party Id of the userParty Id of the user -
partyNumber:
string
Title:
Party Number of the userParty Number of the user -
phone:
string
Title:
Phone NumberPhone number of the user -
sfdcOrgId:
string
Title:
SFDC Organization IDSFDC Organization ID -
timeZone:
object TimeZone of user
Title:
TimeZone of userUser preferred timezone -
type:
object Type
Title:
TypeType of the user -
units:
object Units
Title:
UnitsUser preferred units
Nested Schema : Company details
Type:
objectTitle:
Company detailsUser Company details. Applicable only for Users Across Companies
Show Source
-
loginName:
string
Title:
Company Login NameCompany Login Name -
name:
string
Title:
Company NameCompany Name
Nested Schema : Currency
Type:
objectTitle:
CurrencyCurrency preference of user. Value holds currency code
Show Source
-
displayValue:
string
Title:
Display ValueDisplay value. -
value:
string
Title:
ValueValue
Nested Schema : Date Format
Type:
objectTitle:
Date FormatUser preferred date time format
Show Source
-
displayValue:
string
Title:
Display ValueDisplay value. -
value:
number
Title:
ValueValue
Nested Schema : Language
Type:
objectTitle:
LanguageLanguage preference of user. Value holds language code
Show Source
-
displayValue:
string
Title:
Display ValueDisplay value. -
value:
string
Title:
ValueValue
Nested Schema : Links to the related objects
Type:
arrayTitle:
Links to the related objectsLinks to the related objects
Show Source
-
Array of:
object reference links
Title:
reference linksReference links for the Parent, Self, Children and Related as applicable
Nested Schema : Number Format
Type:
objectTitle:
Number FormatPreferred number format of user
Show Source
-
displayValue:
string
Title:
Display ValueDisplay value. -
value:
number
Title:
ValueValue
Nested Schema : TimeZone of user
Type:
objectTitle:
TimeZone of userUser preferred timezone
Show Source
-
displayValue:
string
Title:
Display ValueDisplay value. -
value:
number
Title:
ValueValue
Nested Schema : Type
Type:
objectTitle:
TypeType of the user
Show Source
-
displayValue:
string
Title:
Display ValueDisplay value. -
value:
string
Title:
ValueValue
Nested Schema : Units
Type:
objectTitle:
UnitsUser preferred units
Show Source
-
displayValue:
string
Title:
Display ValueDisplay value. -
value:
number
Title:
ValueValue
Nested Schema : items
Type:
Show Source
array-
Array of:
object Group
Title:
GroupUser group information
Nested Schema : Group
Type:
objectTitle:
GroupUser group information
Show Source
-
label:
string
Title:
Group NameGroup name -
type:
string
Title:
Group TypeType of the group -
variableName:
string
Title:
Group Variable NameVariable name of the group
Nested Schema : reference links
Type:
objectTitle:
reference linksReference links for the Parent, Self, Children and Related as applicable
Show Source
-
href:
string
Title:
URL to the related objectURL to the related object -
rel:
string
Title:
Link Relationship to the current objectDefault Value:selfLink Relationship to the current object
Examples
The following example shows how to retrieve a list of integration users across all companies as JSON by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl -X GET -H "Authorization: Bearer <token>" -H "Content-type: application/json" -H "Accept: application/json" https://sitename.oracle.com/cpq/rest/v19/integrationUsers
Response Body Sample
{
"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"
}
]
}