listMembers
get
/ccagent/v1/organizationMembers
List Members. This operation is used to get the collection of customer profiles from Oracle Commerce Cloud. Takes X-CCAgentContext header which is a JSON object with 'shopperProfileId' as a property. If 'shopperProfileId' is not provided, it is considered as an anonymous profile. Optionally takes the x-ccasset-language header to get translated content in another language. It can also be used to return the list on a searched string and in a sorted order against various properties of profile. Also it takes X-CCOrganization header which is a JSON field with organization ID as value. If this header is not provided, then the endPoint will consider first active organization as the current organization.
Request
Supported Media Types
- application/json
Query Parameters
-
filterUsersWithRoleIds: string
This field filters the users which have the given roles assigned.Possible values are role ids which are comma separated.
-
includeSecondaryOrganizationsCount: string
This query param value if passed true, would give the could of secondary organizations associated with the profile
-
includedRoles: string
This field determines if only organizational roles or all roles are to be returned for the member. Default value is 'organizationalRolesForCurrentOrganization'. Possible values are 'organizationalRolesForCurrentOrganization', 'allRolesForCurrentOrganization'.
-
limit: string
This is the field to determine number of records to be fetched per REST call.
-
offset: string
This field determines the offset/starting index from which data to be fetched.
-
q: string
Query string built as per the SCIM standards that helps to search entered string across contact properties, 'firstName', 'lastName', 'email' and role
-
sort: string
This field determines the sort order of the list to be fetched.
Header Parameters
-
X-CCAgentContext(required): string
The Agent Context is a JSON object with shopperProfileId as a property.
-
X-CCAsset-Language: string
The asset language of the request
-
X-CCOrganization: string
The organization Id associated with the shopper profile
-
X-CCSite: string
The site Id to retrieve the site specific shopper profile properties
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : listMembers_response
Type:
Show Source
object
-
items:
array items
list of shopper profiles
-
limit:
string
Number of records to be fetched.
-
offset:
integer
Index of the first element to return.
-
sort:
array sort
Sorting criteria.
-
total:
string
Total number of records present in database matching the searched string.
-
totalResults:
integer
The total number of items that match the search criteria.
Nested Schema : items
Type:
Show Source
object
-
active:
boolean
This is active status of the profile should be true or false.
-
customerContactId:
string
The external customer contact id.
-
email:
string
The email address of the profile
-
firstName:
string
The first name of the profile
-
GDPRProfileP13nConsentDate:
string
The date on which GDPR personalization consent was granted by the user.
-
GDPRProfileP13nConsentGranted:
boolean
Indicates whether the user has given GDPR Profile P13n consent on the current site. Can be true or false.
-
id:
string
The id of the profile to retrieve
-
lastName:
string
The last name of the profile
-
locale:
string
The locale of the request/response
-
orderPriceLimit:
string
The order pricelimit for the organization
-
parentOrganization:
object parentOrganization
This attribute is added for 'Account-Based Commerce', this is required only in case of 'Account-Based Commerce', this is the id of organization to which user is associated
-
profiletype:
string
This attribute is added for account-based commerce. It's value is 'b2b_user'
-
receiveEmail:
string
Indicates whether the customer has opted for receiving marketing emails on the current site. Can be yes or no.
-
receiveEmailDate:
string
The date on which the customer opted for receiving marketing emails.
-
repositoryId:
string
The id of the profile
-
roles:
array roles
List of user roles
Nested Schema : parentOrganization
Type:
object
This attribute is added for 'Account-Based Commerce', this is required only in case of 'Account-Based Commerce', this is the id of organization to which user is associated
Show Source
-
active:
boolean
This is active status of the profile should be true or false.
-
billingAddress:
object billingAddress
Default billing address of the organization
-
description:
string
The description of the parent organization
-
externalOrganizationId:
string
External organization id
-
id:
string
The id of the parent organization
-
name:
string
The name of the parent organization
-
punchoutUserId:
string
Punchout user Id of organization, read only property.
-
repositoryId:
string
The id of the parent organization
-
shippingAddress:
object shippingAddress
Default shipping address of the organization
Nested Schema : billingAddress
Type:
object
Default billing address of the organization
Show Source
-
repositoryId:
string
The id of the billing address
Nested Schema : shippingAddress
Type:
object
Default shipping address of the organization
Show Source
-
repositoryId:
string
The id of the shipping address
Nested Schema : items
Type:
Show Source
object
-
associations:
array associations
Associations of the role with the organization member
-
function:
string
Function of the role. Present only if type is organizationalRole
-
id:
string
ID of the role
-
name:
string
Name of the role
-
relativeTo:
object relativeTo
Organization in which the role applies. Present only if type is organizationalRole
-
repositoryId:
string
Repository id of the role
-
type:
string
Type of the role which can be organizationalRole or role
Nested Schema : associations
Type:
array
Associations of the role with the organization member
Show Source
Nested Schema : relativeTo
Type:
object
Organization in which the role applies. Present only if type is organizationalRole
Show Source
-
id:
string
Organization ID
Nested Schema : items
Type:
Show Source
object
- relatedItemId: string
-
type:
string
Type of the association.Possible values are - organization,global.
Nested Schema : items
Type:
Show Source
object
-
order:
string
Sort order: asc or desc.
-
property:
string
The property the listing is sorted by.
Example Response (application/json)
{
"total":4,
"totalResults":4,
"offset":0,
"limit":2,
"links":[
{
"rel":"self",
"href":"http://localhost:9080/ccagentui/v1/organizationMembers?limit=2&q=firstName%20co%20%22l%22"
},
{
"rel":"next",
"href":"http://localhost:9080/ccagentui/v1/organizationMembers?limit=2&q=firstName%20co%20%22l%22&offset=2"
}
],
"items":[
{
"lastName":"Paprocki",
"GDPRProfileP13nConsentDate":"2018-03-23T09:02:31.955Z",
"GDPRProfileP13nConsentGranted":true,
"customerContactId":"CRMID_1",
"roles":[
{
"associations":[
{
"relatedItemId":"or-100001",
"type":"organization"
}
],
"function":"buyer",
"relativeTo":{
"id":"or-100001"
},
"repositoryId":"100002",
"name":"Buyer",
"id":"100002",
"type":"organizationalRole"
}
],
"receiveEmail":"yes",
"active":true,
"locale":"en",
"parentOrganization":{
"repositoryId":"or-100001",
"punchoutUserId":"100012",
"name":"National Discount Auto Parts",
"active":true,
"description":null,
"shippingAddress":{
"repositoryId":"160063"
},
"secondaryAddresses":{
"Address2":{
"repositoryId":"160063"
},
"Address1":{
"repositoryId":"ci-110023"
}
},
"billingAddress":{
"repositoryId":"160063"
},
"id":"or-100001",
"externalOrganizationId":"EXT_ORG_1"
},
"receiveEmailDate":"2018-03-23T09:02:31.955Z",
"orderPriceLimit":null,
"firstName":"la",
"profileType":"b2b_user",
"repositoryId":"bb-110000",
"id":"bb-110000",
"secondaryOrganizations":[
],
"email":"lpaprocki@example.com"
},
{
"lastName":"Dilliard",
"GDPRProfileP13nConsentDate":"2018-03-23T09:02:31.955Z",
"GDPRProfileP13nConsentGranted":true,
"customerContactId":"CRMID_1",
"roles":[
{
"associations":[
{
"relatedItemId":"or-100001",
"type":"organization"
}
],
"function":"admin",
"relativeTo":{
"id":"or-100001"
},
"repositoryId":"100001",
"name":"Administrator",
"id":"100001",
"type":"organizationalRole"
},
{
"associations":[
{
"relatedItemId":"or-100001",
"type":"organization"
}
],
"function":"buyer",
"relativeTo":{
"id":"or-100001"
},
"repositoryId":"100002",
"name":"Buyer",
"id":"100002",
"type":"organizationalRole"
}
],
"receiveEmail":"yes",
"active":true,
"locale":"en",
"parentOrganization":{
"repositoryId":"or-100001",
"punchoutUserId":"100012",
"name":"National Discount Auto Parts",
"active":true,
"description":null,
"shippingAddress":{
"repositoryId":"160063"
},
"secondaryAddresses":{
"Address2":{
"repositoryId":"160063"
},
"Address1":{
"repositoryId":"ci-110023"
}
},
"billingAddress":{
"repositoryId":"160063"
},
"id":"or-100001",
"externalOrganizationId":"EXT_ORG_1"
},
"receiveEmailDate":"2018-03-23T09:02:31.955Z",
"orderPriceLimit":null,
"firstName":"Leota",
"profileType":"b2b_user",
"repositoryId":"bb-110006",
"id":"bb-110006",
"email":"leota@example.com",
"secondaryOrganizations":[
]
}
],
"___etag___":"eyJ2ZXJzaW9uIjowLCJ1cmkiOiIvY2NhZ2VudC92MS9vcmdhbml6YXRpb25NZW1iZXJzIiwiaGFzaCI6IlFQMHpsQT09In0="
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|100070|Invalid Query Expression.|
|22010|If the profile id passed is not associated to the account of the profileId passed in the AgentContext header.|
|22000|If the profile id passed is null or empty|
|22001|If there was any internal error while getting the profile|
|10002|The value x for parameter 'y' is invalid. 'y' can be 'limit', 'offset' or 'sort'.|
|82005000|If there is an error while processing the AgentContext header. Possible reasons include invalid profileId, incorrect JSON format or other errors|
|89103|If no shopperProfileId is passed in the AgentContext header|
|89102|If the shopperProfile passed in the AgentContext header or the associated account is inactive|
|89101|If the shopperProfile passed in the AgentContext header is not an administrator for the account|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code