v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01703301564.3 KB
Users

Get profile photo

Returns the profile photo binary content for the specified user. The response includes the raw file content and its MIME type.

get/users/{id}/profile-photo

Path parameters

idinteger required

User ID

Response

Profile photo returned

messagestring

Example response

{
  "message": "OK",
  "data": {
    "type": "image/png"
  }
}