Add member in a project
POST {{baseUrl}}/v2/orgs/:org_id/teams/:team_id/projects/:project_id/members
Add a Miro user to a project.
Required scope
projects:writeRate limiting
Level 1Enterprise only
This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.
Request Body
{"email"=>"someone@domain.com", "role"=>"viewer"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |