getMember
get
                    /ccagent/v1/organizationMembers/{id}
Get Member. This operation is used to get the profile information of a customer that is associated to an account 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. 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. This endpoint is different from getProfile endpoint. Certain additional details like hasIncompleteOrder property, etc which are necessary for creating or editing orders are returned by getProfile endpoint, whereas only profile and account specific details are returned by getMember endpoint.
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    id: string
                    
                    The ID of the requested shopper profile.
 
Header Parameters
                - 
                        X-CCAgentContext: string
                        
                        The Agent Context is a JSON object with shopperProfileId as a property.
 - 
                        X-CCAsset-Language(optional): string
                        
                        The asset language of the request. E.g., en,de,fr_CA.
 - 
                        X-CCOrganization(optional): string
                        
                        The organization Id associated with the shopper profile
 - 
                        X-CCSite(optional): 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 : getMember_response
    
      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.
 - 
            derivedOrderPriceLimit(optional): 
            number
            Its order limit value for the profile, if order limit is more than this value the approval is needed for the order
 - 
            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 shopper profile.
 - 
            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 an email marketing flag which indicates to notify user by mail or not, can be yes or no.
 - 
            repositoryId(optional): 
            string
            The repository id of the profile.
 - 
            roles(optional): 
            array  roles
            
            List of user roles
 
Nested Schema : parentOrganization
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis 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 organization
 - 
            description(optional): 
            string
            Description of the 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 organization
 
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: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDefault billing address of the organization
    
    
    
    
        Show Source
        - 
            repositoryId(optional): 
            string
            the id of the billing address
 
Nested Schema : secondaryAddresses
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectList of shipping addresses associated with the profile.
    
    
    
    
        Show Source
        - 
            AddressType(optional): 
            object  AddressType
            
            Address type represents nick-name of address.
 
Nested Schema : shippingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDefault shipping address of the organization
    
    
    
    
        Show Source
        - 
            repositoryId(optional): 
            string
            the id of the shipping address
 
Nested Schema : AddressType
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAddress 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: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectOrganization in which the role applies. Present only if type is organizationalRole
    
    
    
    
        Show Source
        - 
            id(optional): 
            string
            Organization ID
 
Example Response (application/json)
                    {
    "lastName":"Blooming",
    "GDPRProfileP13nConsentDate":"2018-03-23T09:02:31.955Z",
    "GDPRProfileP13nConsentGranted":true,
    "customerContactId":"CRMID_1",
    "dynamicProperties":[
        {
            "uiEditorType":"shortText",
            "default":"Field1",
            "length":null,
            "id":"field1",
            "label":"Nickname",
            "type":"string",
            "value":"Field1",
            "required":false
        }
    ],
    "roles":[
        {
            "function":"admin",
            "relativeTo":"or-100001",
            "repositoryId":"100001"
        },
        {
            "function":"buyer",
            "relativeTo":"or-100001",
            "repositoryId":"100002"
        },
        {
            "function":"buyer",
            "relativeTo":"or-100002",
            "repositoryId":"100004"
        }
    ],
    "receiveEmail":"yes",
    "active":true,
    "locale":"en",
    "parentOrganization":{
        "approvalRequired":true,
        "repositoryId":"or-100001",
        "punchoutUserId":"100012",
        "name":"National Discount Auto Parts",
        "active":true,
        "description":null,
        "shippingAddress":{
            "repositoryId":"ci-110024"
        },
        "secondaryAddresses":{
            "Address2":{
                "repositoryId":"ci-110024"
            },
            "Address1":{
                "repositoryId":"ci-110023"
            }
        },
        "billingAddress":{
            "repositoryId":"ci-110024"
        },
        "id":"or-100001",
        "externalOrganizationId":"EXT_ORG_1",
        "orderPriceLimit":50
    },
    "receiveEmailDate":"2018-03-23T09:02:31.955Z",
    "orderPriceLimit":50,
    "firstName":"Ron",
    "profileType":"b2b_user",
    "repositoryId":"bb-110023",
    "links":[
        {
            "rel":"self",
            "href":"ccagent/v1/organizationMembers/bb-110023"
        }
    ],
    "id":"bb-110023",
    "secondaryOrganizations":[
        {
            "approvalRequired":false,
            "repositoryId":"or-100002",
            "name":"US Motor Works, Inc.",
            "active":true,
            "description":"US Motor Works, Inc.",
            "shippingAddress":{
                "repositoryId":"ci-110029"
            },
            "secondaryAddresses":{
                "Address1":{
                    "repositoryId":"ci-110029"
                }
            },
            "billingAddress":{
                "repositoryId":"ci-110029"
            },
            "id":"or-100002",
            "externalOrganizationId":"EXT_ORG_1",
            "orderPriceLimit":null
        }
    ],
    "email":"ron@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|
|------------------|------------------|
|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|
|22002|If there was no profile found with the given id|
|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|
|22007|If the profile id passed is not associated to the account of the profileId passed in the AgentContext header.|
                
                
                    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: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn 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