Skip to main content
PUT
/
api
/
v1
/
client
/
{environmentId}
/
contacts
/
{userId}
/
attributes
Update Contact (Attributes)
curl --request PUT \
  --url https://{baseurl}/api/v1/client/{environmentId}/contacts/{userId}/attributes \
  --header 'Content-Type: application/json' \
  --data '
{
  "attributes": {
    "Created From": "API"
  }
}
'
{}

Path Parameters

environmentId
string
required
userId
string
required

Body

application/json

The body is of type object.

Response

OK

The response is of type object.