Update User
Description: To update the details of a user, a HTTP PUT request is made to the URL with the user ID and session token.
Method: PUT
URI: /users/user_id
URI Parameters
- user_id: The ID of the user.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
user | User | A user object. |
Example
Request
Response