GET api/Avatar/{id}
Get the specified user's avatar.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The user ID of the user whose avatar you wish to return. If id is not supplied, the current user's avatar will be returned |
globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
RedirectResultName | Description | Type | Additional information |
---|---|---|---|
Location |
Gets the location at which the content has been created. |
URI |
None. |
Request |
Gets the request message which led to this result. |
HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.