Skip to main content

Hi,

Is there a way I can get the people icon via GraphQL API?
image

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 !!!