getAvatar

Returns the avatar (personal image) for a user.

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

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)