# list_users **List organization users** List the members of the organization (name, email, role). Requires the users:read scope. Read-only. - Access: read-only - Calls: `/api/v1/users` Takes no arguments. ## Tool contract ```json { "name": "list_users", "title": "List organization users", "description": "List the members of the organization (name, email, role). Requires the users:read scope. Read-only.", "access": "read", "destructive": false, "hostedOnProduction": true, "restEndpoint": "/api/v1/users", "arguments": {} } ```