{ "opencollection": "1.0.0", "info": { "name": "Miro Developer Platform AI Interaction Logs Project Members API", "version": "v2.0" }, "items": [ { "info": { "name": "Project Members", "type": "folder" }, "items": [ { "info": { "name": "List of project members", "type": "http" }, "http": { "method": "GET", "url": "https://api.miro.com/v2/orgs/:org_id/teams/:team_id/projects/:project_id/members", "params": [ { "name": "org_id", "value": "3074457345618265000", "type": "path", "description": "The ID of the organization to which the project belongs." }, { "name": "team_id", "value": "3074457345619012000", "type": "path", "description": "The ID of the team to which the project belongs." }, { "name": "project_id", "value": "3074457345618265000", "type": "path", "description": "The ID of the project for which you want to retrieve the list of members." }, { "name": "limit", "value": "100", "type": "query", "description": "The maximum number of results to return per call. If the number of project members in the response is greater than the limit specified, the response returns the cursor parameter with a value." }, { "name": "cursor", "value": "3074457345618265000", "type": "query", "description": "An indicator of the position of a page in the full set of results. To obtain the first page leave it empty. To obtain subsequent pages set it to the value returned in the cursor field of the previous request." } ] }, "docs": "Retrieves the list of members for a specific project.
This API is available only for Note Projects have been renamed to Spaces, and the terms can be used interchangeably.Required scope
projects:write
This API is available only for Enterprise pla"
},
{
"info": {
"name": "Get project member",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.miro.com/v2/orgs/:org_id/teams/:team_id/projects/:project_id/members/:member_id",
"params": [
{
"name": "org_id",
"value": "3074457345618265000",
"type": "path",
"description": "The ID of the organization to which the project belongs."
},
{
"name": "team_id",
"value": "3074457345619012000",
"type": "path",
"description": "The ID of the team to which the project belongs."
},
{
"name": "project_id",
"value": "3074457345618265000",
"type": "path",
"description": "The ID of the project from which you want to retrieve specific member information."
},
{
"name": "member_id",
"value": "307445734562315000",
"type": "path",
"description": "The ID of the member for which you want to retrieve information."
}
]
},
"docs": "Retrieves information for a specific project member.Note
Projects have been renamed to Spaces, and the terms can be used interchangeably.Required scope
projects:read
This API is available only for Note Projects have been renamed to Spaces, and the terms can be used interchangeably.Required scope
projects:write
This API is available only for Note Projects have been renamed to Spaces, and the terms can be used interchangeably.Required scope
projects:write
This API is available only for" } ] } ], "bundled": true }