Update user
Use this endpoint to update the attributes of the specified user.
PUT
/users/{user_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | 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...