Skip to main content
Answered

Programmatically get profile picture

  • June 24, 2024
  • 2 replies
  • 72 views

Clyde D'Souza
Forum|alt.badge.img+7

Heyya, is there a way to programmatically get the logged in user’s profile picture? I’m using miro.board.getUserInfo()and can get the logged in user’s full name. 

Best answer by Horea Porutiu

Hi @Clyde D'Souza 

Unfortunately, our APIs and SDKs don’t currently offer a way to retrieve a user’s profile picture. 

However, you can retrieve a team’s picture via the list teams endpoint. A board picture can also be retrieved using the Get specific board endpoint.

Hope this helps. Please let me know if you have any follow up questions. 

2 replies

Horea Porutiu
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 200 replies
  • Answer
  • June 24, 2024

Hi @Clyde D'Souza 

Unfortunately, our APIs and SDKs don’t currently offer a way to retrieve a user’s profile picture. 

However, you can retrieve a team’s picture via the list teams endpoint. A board picture can also be retrieved using the Get specific board endpoint.

Hope this helps. Please let me know if you have any follow up questions. 


Clyde D'Souza
Forum|alt.badge.img+7
  • Author
  • Group Leader
  • 27 replies
  • June 24, 2024

Thanks Horea!