Answered

Miro API to delete a user from a board

  • 14 May 2021
  • 1 reply
  • 163 views

I need to sync between access in MS teams and Miro. My use case is similar to  this link : Add and remove users (miro.com), but the endpoints are deprecated now.

I just wanted to check, if there an endpoint to remove the users from a board, if so could I please get the details of that .

icon

Best answer by Anthony Roux 14 May 2021, 12:00

View original

1 reply

Userlevel 5
Badge +1

Hi @annie.maria_ext,

 

You can use the Board User Connection API to manage the relationship between a user and a board:

The Board User Connection object defines a relationship between the user and the board. The user has different permissions on the board depending on their role.

 

This API has an endpoint to delete board user connection that might do what you are looking for.

 

Reply