Skip to main content

How I can create an integration such that I can pull all users and licenses for all the team. Or How to pull all the team ids first such that I can pull all users for each team id ?

Hi Rajat, 

I guess you could pull all users and licenses for all the team by using this endpoint: https://developers.miro.com/reference#get-team-user-connection

and process the field role in the user-object. Values can be non_team, member or admin

 

This should work for you. Good luck!


Reply