Hi,
Is there a way I can get the people icon via GraphQL API?
Br, YH
Hi,
Is there a way I can get the people icon via GraphQL API?
Br, YH
{
users(ids: 123456) {
name
photo_thumb
}
}
Gives you the URL to the thumbnail photo of user with id 123456
This is exactly what I’m looking for! Thanks!!
Thank you @basdebruin !!!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.