Skip to main content
Open

Feature Request to Invite team members using API: Parameter-Role-Board Guest

Related products:API

Our Testing and Automating Team has been using the following documentation: https://developers.miro.com/reference/enterprise-invite-team-member

We have been informed that this documentation is out of date and there is no longer a “team_guest” role and has been replaced with “board_guest”. 

 

Here is the API request we would like to use:

 

curl --request POST \
     --url https://api.miro.com/v2/orgs/34587645746130XXXXX/teams/34587645746130XXXXX/members \
     --header 'accept: application/json' \
     --header 'authorization: Bearer eyJtaXJvLm9yaWdpbiI6ImV1MDEifQ_mQX1_fpTqHZlxxf0CXXXXXXXXXX' \
     --header 'content-type: application/json' \
     --data '
{
  "email": "exampleEmail@gmail.com",
  "role": "board_guest"
}

 

Our team has met with Miro Technical Support Engineering Team. Yadira and our account manager Matthew have directed us to submitting a feature request to be able to use the role “board_guest” as a parameter for our API. We are a Non-profit organization that uses Miro as a platform to tutor children throughout the United States. This feature request for our API will allow our tutors to highlight and underline during each tutoring session.  

Was it helpful?

0 replies

No replies yet...

Reply