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

ParameterReq.OpenS.DefaultComment
usernameYesThe 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)