Answered

APIs to get all users and licenses in a company not just in a team ?

  • 8 July 2020
  • 1 reply
  • 764 views

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 ?

icon

Best answer by Sultan 14 July 2020, 17:21

View original

1 reply

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