Skip to main content
Answered

Miro API to delete a user from a board

  • May 14, 2021
  • 1 reply
  • 208 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 .

Best answer by Anthony Roux

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.

 

View original
Was it helpful?

1 reply

Anthony Roux
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 215 replies
  • Answer
  • May 14, 2021

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