Get Single User
Description: To get the details of a single user, a HTTP GET request is made to the URL with the user ID and session token.
Method: GET
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. |