getAvatar
Returns the avatar (personal image) for a user.
Categories:
http://your-server/rest/getAvatar
Since 1.8.0
Returns the avatar (personal image) for a user.
Parameters
Parameter | Req. | OpenS. | Default | Comment |
---|---|---|---|---|
username |
Yes | The user in question.. |
Example
http://your-server/rest/getAvatar.view?username=test&u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
Result
Returns the avatar image in binary form on success, or an XML document on error (in which case the HTTP content type will start with “text/xml”).
Last modified March 31, 2023: Remove "Reference" level (0e00cdd)