Page tree
Skip to end of metadata
Go to start of metadata

Description

Updates the profile data of an existing contact.

Request path

POST [REST URL]/contact/update

Query Parameters

Parameter

Type

Description

identifierType

ContactIdentifierType

The type of identifier to be used for the contact update.

Example bodies

{
    "emailAddress": "test20200529@dropmail.ecircle.com",
    "attributes": 
    [
    {"name": "FirstName", "value": "John"},
    {"name": "LastName", "value": "Smith"},              
    {"name": "mobileNumber", "value": "335056067010"},  
    {"name": "user.ISOCountryCode", "value": "FR"}                         
    ]
}
  • No labels