Update a user represented by the provided username
PUT {{baseUrl}}/users/:username
Request Body
{"email"=>"<string>", "resource_type"=>"<string>", "username"=>"<string>", "fullname"=>"<string>", "avatar_url"=>"<string>", "company_name"=>"<string>", "company_role"=>"<string>", "self_link"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A Management Key | |
Content-Type | string |
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"}