Update user
Use this endpoint to update the attributes of the specified user.
PUT
/users/{user_identifier}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_identifier Use either the user | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
User object to be updated (None of these parameters are required, but the user object cannot be empty.)
| Field | Required | Type |
|---|---|---|
user | Required | Object |
Loading...