Get User Avatar
- Print
- DarkLight
- PDF
Get User Avatar
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/api/v1/users.getAvatar
Changelog
| Version | Description |
|---|---|
| 0.50.0 | Added |
Query parameters
userId
stringRequired
The user ID. Alternatively, you can enter the username parameter.
ExampleBsNr28znDkG8aeo7W
Responses
200
OK
string (binary)
400
Bad Request
Example 1
{
"success": false,
"error": "The required \"userId\" or \"username\" param was not provided [error-user-param-not-provided]",
"errorType": "error-user-param-not-provided"
}object
success
boolean
error
string
errorType
string
Was this article helpful?