How can i get the list of users from every boards using miro api

  • 31 January 2024
  • 1 reply
  • 23 views

Badge

Is there any way to get the users list from every boards associated with team under single api only as I cannot call the multiple api in my workflow based on the board api 

I am using auth0 to authenticate the users


1 reply

Userlevel 3
Badge

 Hi @Siddharth Vaishnav,

I don’t think you will be able to do that with a single API call, but you should be able to achieve it with a couple of API calls. 

First, you will want to get all the boards associated with a given team (using the TeamID parameter in the API request): 

Once you have the list of boards, you will likely want to loop through the list of boards and then call Get all board members API for each of those boards which were returned from the get-boards API call. 

I can certainly pass this feedback on to the team, to enable getting all board members for a specific team with one API call. 

Hope this helps! 

Best,
Horea

Reply