updateMember
put
                    /ccstore/v1/organizationMembers/{id}
Update Member. This operation is used to update customer name, email, role, status of a customer profile and contact dynamic properties. Optionally takes the X-CCOrganization headers  to specify current Organization id of logged in user.
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    id: string
                    
                    The ID of the shopper profile to be updated.
 
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
 
Root Schema : updateMember_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            active(optional): 
            boolean
            the 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: 
            string
            the first name of the profile
 - 
            lastName(optional): 
            string
            the last name of the profile
 - 
            receiveEmail(optional): 
            string
            this is email marketing flag. can be yes or no
 - 
            roles(optional): 
            array  roles
            
            List of role's function that need to associate with the user
 
Example:
    
    
{
    "dynamicProperty":"dynamicProperty value",
    "firstName":"kim",
    "lastName":"Anderson",
    "customerContactId":"CRMID_1",
    "roles":[
        {
            "function":"buyer"
        },
        {
            "function":"custom",
            "repositoryId":"customOrganizationalRole"
        }
    ],
    "receiveEmail":"yes",
    "active":true,
    "email":"kim@example.com",
    "daytimeTelephoneNumber":"212-555-1977"
}Nested Schema : roles
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayList of role's function that need to associate with the user
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            function(optional): 
            string
            Function of the role
 - 
            repositoryId(optional): 
            string
            Repository id of the role. Required if function is custom. Ignored in other cases.
 
Response
Supported Media Types
                - application/json
 
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : updateMember_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            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
            get the shopper profile with id
 - 
            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: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    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
            the status of the parent organization. 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 : 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
 - 
            relativeTo(optional): 
            object  relativeTo
            
            Organization in which the role applies. Present only if type is organizationalRole
 - 
            repositoryId(optional): 
            string
            Repository id of the 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":"K",
    "customerContactId":"CRMID_1",
    "roles":[
        {
            "function":"buyer",
            "relativeTo":{
                "id":"or-100003"
            },
            "repositoryId":"100006"
        },
        {
            "function":"custom",
            "relativeTo":{
                "id":"or-100003"
            },
            "repositoryId":"customOrganizationalRole"
        }
    ],
    "receiveEmail":"yes",
    "active":"true",
    "parentOrganization":{
        "name":"Oracle",
        "repositoryId":"100001",
        "description":"Oracle Org",
        "active":true,
        "shippingAddress":{
        },
        "secondaryAddresses":{
            "Address1":{
                "repositoryId":"110033"
            }
        },
        "id":"100001",
        "billingAddress":{
        },
        "externalOrganizationId":"EXT_ORG_1"
    },
    "locale":"en",
    "dynamicProperty":"dynamicProperty value",
    "firstName":"bcd",
    "profileType":"b2b_user",
    "repositoryId":"110006",
    "id":"110006",
    "email":"abc@abc.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|
|------------------|------------------|
|100088|You cannot remove the Approver role from this contact. The account has no other active Approvers.  Approvals are still enabled and/or there are orders pending approval.|
|22000|If the profile id passes is null or empty|
|100089|You cannot deactivate this contact. The account has no other active Approvers.  Approvals are still enabled and/or there are orders pending approval|
|22001|If there was any internal error while getting the profile|
|22002|If there was no profile found with the given id|
|22007|If the profile id passed dosent associate to the logged in user account|
|180106|One or more address type ID is invalid|
|23041|You cannot activate or inactivate this profile as it is linked to multiple accounts.|
|13001|If role function is given as 'custom' but no repositoryId 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: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    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