Retrieve user details by username
GET/v1/users/username/:username
Lets you use the 'username' attribute to get the details of the associated user; specified value should be an email address.
Request
Responses
- 200
- 400
- 404
- 412
Details of the user matching specified username.
Incomplete or malformed request.
User not found.
Incomplete or malformed request.