List users (admin)
Coming soon
The v2 MCP API is in preview and not yet generally available. These pages document its tools and request/response shapes; live data access is limited to enrolled organizations until v2 is released.
List org members + invited users with role, status, API key count, and lifetime credit usage. Supports filtering and cursor pagination. Requires an admin-scoped API key.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
role | string | ❌ No | - | Filter by role. |
status | string | ❌ No | - | Filter by membership status. active = team_membership exists; invited = unexpired sent invitation. |
limit | integer | ❌ No | - | Page size (1-500, default 100). |
cursor | string | ❌ No | - | Opaque pagination cursor returned in nextCursor of a prior page. |