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

Description

Replaces all attribute values for a user identified via mobile number. All attribute values that are transmitted with the method are added and replace any existing values. Any currently existing attribute values that are not found in the API call are deleted (except for Member attributes).

Available from

v2

Request path

POST [REST URL]/user/replaceProfileByMobileNumber

Query Parameters

Parameter

Type

Description

mobileNumber

Long

mobile number of the user

Request Body Type

list of Attribute

Example body

[{
"name" : "user.firstname",
"value" : "FirstName"
},
{
"name" : "user.lastname",
"value" : "LastName"
}]

Example response

HTTP 204
  • No labels