Retrieve by User ID
GET/api/v1/users/:user_id
API for User Administrator to retrieve a user within their user group.
RESPONSE JSON
As defined in [User JSON Format] section above.
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error