Skip to main content

I am developing an app that will be an integration for our CMS system (Gridly), and I would like to restrict a part of the app by the user role in the opened board.


I searched, but I can’t find any call that could give me the current user role in the Board.

@Norbert Szolnoki - You may want to ask your question in the Miro Developer Discord server too. You can find the link on this page: https://developers.miro.com/


Hi @Norbert Szolnoki, there is a get team member endpoint on REST API that exposes user’s role: https://developers.miro.com/reference/enterprise-get-team-member

Does this help with your use case?


Reply