Get a user represented by the provided username
GET {{baseUrl}}/users/:username
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | A Management Key | 
RESPONSES
status: OK
{"email":"\u003cstring\u003e","resource_type":"\u003cstring\u003e","username":"\u003cstring\u003e","fullname":"\u003cstring\u003e","avatar_url":"\u003cstring\u003e","company_name":"\u003cstring\u003e","company_role":"\u003cstring\u003e","self_link":"\u003cstring\u003e"}