GET /users/[user_id]
Gets a user.
GET https://your-domain.com/users/USER_ID
Successful response
Returns the user model of the user if they exist.
Error codes
- [404]
NOT_FOUND
: The user does not exist. - [500]
UNKNOWN_ERROR
Gets a user.
GET https://your-domain.com/users/USER_ID
Returns the user model of the user if they exist.
NOT_FOUND
: The user does not exist.UNKNOWN_ERROR