Get a user
GET/api/v4/users/:user_id
Get a user a object. Sensitive information will be sanitized out.
Permissions
Requires an active session but no other permissions.
Request
Responses
- 200
- 400
- 401
- 404
User retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Resource not found