Skip to main content
Answered

Programmatically get profile picture

  • 24 June 2024
  • 2 replies
  • 44 views

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. 

2 replies

Userlevel 4
Badge +1

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. 

Userlevel 3
Badge +5

Thanks Horea!

Reply