| HTTP Method | URL | Requires Auth |
|---|---|---|
GET | /api/v1/users.getAvatar | no |
| Key | Example Value | Description |
|---|---|---|
userId* or username* | BsNr28znDkG8aeo7W or bobsmith | The ID or username of the user. |
With userId:
curl http://localhost:3000/api/v1/users.getAvatar?userId=BsNr28znDkG8aeo7WWith username:
curl http://localhost:3000/api/v1/users.getAvatar?username=bobsmithYou will get the user avatar image or a redirect to the image URL.
| Version | Description |
|---|---|
| 0.50.0 | Added |