Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all organisation members with their roles.
read
search
role
owner
admin
member
viewer
{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "list-members", "arguments": {} } }
{ "total": 4, "members": [ { "id": "...", "name": "Jane Smith", "email": "[email protected]", "role": "owner", "joined_at": "2025-01-15T00:00:00Z" }, { "id": "...", "name": "Bob Dev", "email": "[email protected]", "role": "member", "joined_at": "2025-03-01T00:00:00Z" } ] }
Was this page helpful?