getAvatar
Fetch a user's avatar image by user ID from Polarion, returning the file body for profile-picture display or download.
Instructions
Downloads the avatar image of one user. The file body is returned as UTF-8 text: plain-text files (TXT, CSV, XML, JSON, HTML) are readable, but binary files (images, PDF, Office) arrive garbled. Since avatars are images, this is rarely useful to an agent; for a user's name, email, and other profile data use getUser, and to replace the image use updateAvatar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The User ID. |