miro-enterprise-rbac

Featured

Configure Miro Enterprise features: organization management, SCIM provisioning, board-level access control, audit logs, and SSO integration via REST API v2. Trigger with phrases like "miro SSO", "miro RBAC", "miro enterprise", "miro SCIM", "miro permissions", "miro organization".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Miro Enterprise RBAC ## Overview Enterprise-grade access control for Miro REST API v2: organization and team management, SCIM user provisioning, board sharing with role-based permissions, and audit log access. Requires Miro Enterprise plan. ## Miro Access Hierarchy ``` Organization (Enterprise) ├── Team 1 │ ├── Board A (sharing: team only) │ │ ├── Owner (full control) │ │ ├── Co-owner (full control, can't delete board) │ │ ├── Editor (can add/edit items) │ │ ├── Commenter (can add comments only) │ │ └── Viewer (read-only) │ └── Board B ├── Team 2 │ └── Board C └── Projects └── Project 1 (groups boards) ``` ## Board Roles & Permissions | Role | View | Comment | Edit Items | Share | Delete Board | |------|------|---------|------------|-------|-------------| | Viewer | Yes | No | No | No | No | | Commenter | Yes | Yes | No | No | No | | Editor | Yes | Yes | Yes | No | No | | Co-owner | Yes | Yes | Yes | Yes | No | | Owner | Yes | Yes | Yes | Yes | Yes | ## Board Member Management ```typescript // List board members // GET https://api.miro.com/v2/boards/{board_id}/members const members = await miroFetch(`/v2/boards/${boardId}/members?limit=50`); for (const member of members.data) { console.log(`${member.name} (${member.id}): role=${member.role}`); } // Share board with users // POST https://api.miro.com/v2/boards/{board_id}/members await miroFetch(`/v2/boards/${boardId}/members`, 'POST', { emails: ['dev@company.com', 'pm@company.com'],...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

documenso-enterprise-rbac

Configure Documenso enterprise role-based access control and team management. Use when implementing team permissions, configuring organizational roles, or setting up enterprise access controls. Trigger with phrases like "documenso RBAC", "documenso teams", "documenso permissions", "documenso enterprise", "documenso roles".

2,266 Updated today
jeremylongshore
AI & Automation Featured

miro-core-workflow-a

Manage Miro boards and items — create, read, update, delete boards, sticky notes, shapes, cards, frames, and tags via REST API v2. Trigger with phrases like "miro board management", "create miro board", "miro items CRUD", "miro sticky notes", "organize miro board".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-enterprise-rbac

Enterprise role-based access control for Apollo.io. Use when implementing team permissions, restricting data access, or setting up enterprise security controls. Trigger with phrases like "apollo rbac", "apollo permissions", "apollo roles", "apollo team access", "apollo enterprise security".

2,266 Updated today
jeremylongshore
AI & Automation Featured

miro-automation

Automate Miro tasks via Rube MCP (Composio): boards, items, sticky notes, frames, sharing, connectors. Always search tools first for current schemas.

39,227 Updated today
sickn33
AI & Automation Listed

miro-automation

Automate Miro tasks via Rube MCP (Composio): boards, items, sticky notes, frames, sharing, connectors. Always search tools first for current schemas.

335 Updated today
aiskillstore