Links

Get Avatar

Gets the URL for a user’s avatar.
URL
Requires Auth
HTTP Method
/api/v1/users.getAvatar
no
GET

Payload

Argument
Example
Required
Description
userId or username
BsNr28znDkG8aeo7W
Required
The id or username of the user.

Example Call - Via userId

curl http://localhost:3000/api/v1/users.getAvatar?userId=BsNr28znDkG8aeo7W

Example Result

http://localhost:3000/avatar/bobsmith

Example Call - Via username

curl http://localhost:3000/api/v1/users.getAvatar?username=bobsmith

Example Result

http://localhost:3000/avatar/bobsmith
N.B. the response is a 307 temporary redirect

Change Log

Version
Description
0.50.0
Added
Last modified 1yr ago
Deprecation for cloud services and apps is now extended to November 20, 2023. Rocket.Chat versions receive support for six months after release.