Get a user by username
GET/api/v4/users/username/:username
Get a user object by providing a username. 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