Read admin avatar image
GET/v2/onboard/admin/avatarimage
Reads the avatar image of the admin that owns the access token. The service gives the binary image data.
Responses
- 200
- 401
- 500
The avatar image of the admin, as binary image data.
- image/jpeg
- Schema
Schema
string
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...