Update user details API
⚡ API Reference: Update user details
Update the User profile and add details to DeviceToken that help you to identify your users in DataHub.
curl --request PUT \
--url https://user.telematicssdk.com/v1/Management/users \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--header 'UserDeviceToken: UUID' \
--data '
{
"UserFields": {
"ClientId": ""
},
"FirstName": "",
"LastName": "",
"Nickname": "",
"Phone": "",
"Email": ""
}
'
Updated almost 3 years ago