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
Example response
{
"message": "OK",
"data": {
"type": "image/png"
}
}