Get user
GET/users/:username
Get a user by its username.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The user is successfully returned.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The user with the given username was not found.
An internal error occurred while processing the request.