listMembers
get
/ccstore/v1/organizationMembers
List Members. This operation is used to get the collection of customer profiles from Oracle Commerce Cloud. Optionally takes the x-ccasset-language headers to get translated content in another language.Also it optionally takes X-CCOrganization to specify current Organization of logged in user. It can also be used to return the list on a searched string and in a sorted order against various properties of profile.
Request
Supported Media Types
- application/json
Query Parameters
-
expand(optional): string
This field determines the additional properties to be returned. Possible value for this query parameter is ???accessRights??? to include accessRights of the member.
-
includedRoles(optional): 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(optional): string
This is the field to determine number of records to be fetched per REST call.
-
offset(optional): string
This field determines the offset/starting index from which data to be fetched.
-
q(optional): string
Query string built as per the SCIM standards that helps to search entered string across contact properties, 'firstName', 'lastName', 'email' and role
-
sort(optional): string
This field determines the sort order of the list to be fetched.
Header Parameters
-
X-CCAsset-Language(optional): string
The asset language of the request
-
X-CCOrganization(optional): string
Current organization context of the logged in user
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : listMembers_response
Type:
Show Source
object
-
items(optional):
array items
list of shopper profiles
-
limit(optional):
string
Number of records to be fetched.
-
total(optional):
string
Total number of records present in database matching the searched string.
Nested Schema : items
Type:
Show Source
object
-
accessRights(optional):
array accessRights
List of user access rights
-
active(optional):
boolean
This is active status of the profile should be true or false.
-
customerContactId(optional):
string
The external customer contact id.
-
email(optional):
string
the email address of the profile
-
firstName(optional):
string
the first name of the profile
-
id(optional):
string
the id of the profile to retrieve
-
lastName(optional):
string
the last name of the profile
-
locale(optional):
string
the locale of the request/response
-
parentOrganization(optional):
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(optional):
string
This attribute is added for account-based commerce. It's value is 'b2b_user'
-
receiveEmail(optional):
string
this is email marketing flag. can be yes or no
-
repositoryId(optional):
string
the id of the profile
-
roles(optional):
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(optional):
boolean
This is active status of the profile should be true or false.
-
billingAddress(optional):
object billingAddress
Default billing address of the profile
-
description(optional):
string
the description of the parent organization
-
externalOrganizationId(optional):
string
External organization id
-
id(optional):
string
the id of the parent organization
-
name(optional):
string
the name of the parent organization
-
repositoryId(optional):
string
the id of the parent organization
-
secondaryAddresses(optional):
object secondaryAddresses
List of shipping addresses associated with the profile.
-
shippingAddress(optional):
object shippingAddress
Default shipping address of the profile
Nested Schema : items
Type:
Show Source
object
-
displayName(optional):
string
Display name of access right
-
name(optional):
string
Name of access right
-
repositoryId(optional):
string
Repository ID of access right
-
type(optional):
string
Type of access right
Nested Schema : billingAddress
Type:
object
Default billing address of the profile
Show Source
-
repositoryId(optional):
string
the id of the billing address
Nested Schema : secondaryAddresses
Type:
object
List of shipping addresses associated with the profile.
Show Source
-
AddressType(optional):
object AddressType
Address type represents nick-name of address.
Nested Schema : shippingAddress
Type:
object
Default shipping address of the profile
Show Source
-
repositoryId(optional):
string
the id of the shipping address
Nested Schema : AddressType
Type:
object
Address type represents nick-name of address.
Show Source
-
repositoryId(optional):
string
Repository ID of the shipping address
Nested Schema : items
Type:
Show Source
object
-
function(optional):
string
Function of the role. Present only if type is organizationalRole
-
id(optional):
string
ID of the role
-
name(optional):
string
Name of the role
-
relativeTo(optional):
object relativeTo
Organization in which the role applies. Present only if type is organizationalRole
-
repositoryId(optional):
string
Repository id of the role
-
type(optional):
string
Type of the role which can be organizationalRole or role
Nested Schema : relativeTo
Type:
object
Organization in which the role applies. Present only if type is organizationalRole
Show Source
-
id(optional):
string
Organization ID
Example Response (application/json)
{
"total":3,
"totalResults":3,
"offset":0,
"limit":3,
"sort":[
{
"property":"email",
"order":"asc"
},
{
"property":"firstName",
"order":"asc"
},
{
"property":"lastName",
"order":"asc"
}
],
"items":[
{
"lastName":"jetu#$%^&test",
"firstName":"jetu&",
"customerContactId":"CRMID_1",
"profileType":"b2b_user",
"roles":[
{
"function":"buyer",
"relativeTo":{
"id":"or-100003"
},
"repositoryId":"100006",
"name":"Buyer",
"id":"100006",
"type":"organizationalRole"
}
],
"repositoryId":"120015",
"receiveEmail":"yes",
"active":true,
"id":"120015",
"locale":"en",
"parentOrganization":{
"repositoryId":"100003",
"name":"sample12",
"active":true,
"description":null,
"shippingAddress":null,
"secondaryAddresses":{
},
"billingAddress":null,
"id":"100003",
"externalOrganizationId":"EXT_ORG_1"
},
"email":"test&@example.com"
},
{
"lastName":"!@#$%^&*",
"firstName":"test1",
"customerContactId":"CRMID_1",
"profileType":"b2b_user",
"roles":[
{
"function":"buyer",
"relativeTo":{
"id":"or-100003"
},
"repositoryId":"100006",
"name":"Buyer",
"id":"100006",
"type":"organizationalRole"
}
],
"repositoryId":"130000",
"receiveEmail":"yes",
"active":true,
"id":"130000",
"locale":"en",
"parentOrganization":{
"repositoryId":"100001",
"name":"sample1",
"active":true,
"description":null,
"shippingAddress":null,
"secondaryAddresses":{
},
"billingAddress":null,
"id":"100001",
"externalOrganizationId":"EXT_ORG_1"
},
"email":"test1@abc.com"
},
{
"lastName":"Test",
"firstName":"test",
"customerContactId":"CRMID_1",
"profileType":"b2b_user",
"roles":[
{
"function":"buyer",
"relativeTo":{
"id":"or-100003"
},
"repositoryId":"100006",
"name":"Buyer",
"id":"100006",
"type":"organizationalRole"
}
],
"repositoryId":"120008",
"receiveEmail":"yes",
"active":true,
"id":"120008",
"locale":"en",
"parentOrganization":{
"repositoryId":"100002",
"name":"sample2",
"active":true,
"description":null,
"shippingAddress":null,
"secondaryAddresses":{
},
"billingAddress":null,
"id":"100002",
"externalOrganizationId":"EXT_ORG_1"
},
"email":"test@example.com"
}
]
}
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.|
|22000|If the profile id passes 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'.|
|23044|If an invalid value for includeRoles query parameter is given|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
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(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code