Updates the user profile information for the specified user.
PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/profile
Updates the user's detail information, profile information, privacy settings, and personal information in the user ID card.
You can also change a user's name by changing the information in the userDetails property. When changing a user's name, you can either change the information in the userName property OR change the information in firstName, middleName, lastName, suffixName, and title properties. Changes to firstName, middleName, lastName, suffixName, and title properties take precedence over changes to the userName property.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | ||
Authorization | string |