{ "opencollection": "1.0.0", "info": { "name": "Miro Developer Platform AI Interaction Logs User groups API", "version": "v2.0" }, "items": [ { "info": { "name": "User groups", "type": "folder" }, "items": [ { "info": { "name": "List of user groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.miro.com/v2/orgs/:org_id/groups", "params": [ { "name": "org_id", "value": "3074457345618265000", "type": "path", "description": "The ID of an organization." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of user groups in the result list." }, { "name": "cursor", "value": "", "type": "query", "description": "A representation of the position of a user group in the full set of results. It is used to determine the first item of the resulting set. Leave empty to retrieve items from the beginning." } ] }, "docs": "Retrieves the list of user groups in an organization.

Required scope

organizations:groups:read

Rate limiting

Level 1

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Co" }, { "info": { "name": "Create user group", "type": "http" }, "http": { "method": "POST", "url": "https://api.miro.com/v2/orgs/:org_id/groups", "params": [ { "name": "org_id", "value": "3074457345618265000", "type": "path", "description": "The ID of an organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user group in an organization.

Required scope

organizations:groups:write

Rate limiting

Level 1

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Ad" }, { "info": { "name": "Get user group", "type": "http" }, "http": { "method": "GET", "url": "https://api.miro.com/v2/orgs/:org_id/groups/:group_id", "params": [ { "name": "org_id", "value": "3074457345618265000", "type": "path", "description": "The ID of an organization." }, { "name": "group_id", "value": "3074457345618265000", "type": "path", "description": "The ID of a user group." } ] }, "docs": "Retrieves a user group in an organization.

Required scope

organizations:groups:read

Rate limiting

Level 1

Enterprise 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" }, { "info": { "name": "Update user group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.miro.com/v2/orgs/:org_id/groups/:group_id", "params": [ { "name": "org_id", "value": "3074457345618265000", "type": "path", "description": "The ID of an organization." }, { "name": "group_id", "value": "3074457345618265000", "type": "path", "description": "The ID of a user group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a user group in an organization.

Required scope

organizations:groups:write

Rate limiting

Level 1

Enterprise 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." }, { "info": { "name": "Delete user group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.miro.com/v2/orgs/:org_id/groups/:group_id", "params": [ { "name": "org_id", "value": "3074457345618265000", "type": "path", "description": "The ID of an organization." }, { "name": "group_id", "value": "3074457345618265000", "type": "path", "description": "The ID of a user group." } ] }, "docs": "Deletes a user group from an organization.

Required scope

organizations:groups:write

Rate limiting

Level 4

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admi" } ] } ], "bundled": true }