Skip to main content

Member Tools

Tools for listing users and their roles within an organization.

list_members

Parameters:
ParameterTypeRequiredDescription
organization_idstringNoUUID of the organization
pageintegerNoPage number (default: 1)
sizeintegerNoResults per page (default: 50)
Example queries:
"Who are the members of my organization?"
"List all administrators"
"How many users do we have?"
Example response:
{
  "items": [
    {
      "id": "c4a5d98e-...",
      "first_name": "María",
      "last_name": "García",
      "email": "maria@company.com",
      "role": "Administrator",
      "status": "accepted",
      "created_at": "2024-01-15T10:30:00"
    }
  ],
  "total": 57,
  "page": 1,
  "size": 50
}

Member Roles

  • Administrator — Full access to all features and settings
  • Manager — Can manage data and view reports
  • Viewer — Read-only access to reports and dashboards