REST interface for BPD-related resources - UserAvatar Resource
This IBM Business Automation Workflow resource can be used to retrieve information about a user that has been defined to the IBM Business Automation Workflow installation.
Resource URI
/rest/bpm/wle/v1/avatar/{userNameOrID}
Path elements
Name
Data Type
Description
userNameOrID
UserAvatar
A value that represents the user's name or identifier. To retrieve details about the current user, specify current.
Available since
8.0.0
Subtopics
The following subtopics describe the HTTP methods defined for this resource:
Retrieves a user's avatar or profile image. The retrieved image is a base64-encoded string, packaged in a JSON structure.
Use /avatar/{userNameOrID} to retrieve any user's avatar or use /avatar/current for the avatar of the currently logged-in user.
Updates the avatar that is associated with the current user. Other users, including users with administrative privileges, are not authorized to change the avatar of the current user.