Skip to main content
Question

Get user role on board with SDK or API

  • November 15, 2023
  • 2 replies
  • 41 views

Forum|alt.badge.img

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.

2 replies

Robert Johnson
Forum|alt.badge.img+13
  • Volunteer Community Moderator
  • 7721 replies
  • November 15, 2023

@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/


Josip Janzic
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 39 replies
  • November 15, 2023

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?