Miro MCP

by k-jarzyna

get-organization-members

Retrieve and filter organization members by email, role, license type, or activity status using the specified organization ID. Supports pagination for efficient data access.

Instructions

Retrieves a list of members for an organization (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
activeNoFilter by active status
cursorNoCursor for pagination
emailsNoFilter by comma-separated email addresses
licenseNoFilter by license type
limitNoMaximum number of results to return
orgIdYesid of the organization
roleNoFilter by user role

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "active": { "description": "Filter by active status", "type": "boolean" }, "cursor": { "description": "Cursor for pagination", "type": "string" }, "emails": { "description": "Filter by comma-separated email addresses", "type": "string" }, "license": { "description": "Filter by license type", "enum": [ "full", "occasional", "free", "free_restricted", "full_trial", "unknown" ], "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "number" }, "orgId": { "description": "id of the organization", "type": "string" }, "role": { "description": "Filter by user role", "enum": [ "organization_internal_admin", "organization_internal_user", "organization_external_user", "organization_team_guest_user", "unknown" ], "type": "string" } }, "required": [ "orgId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404