Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List users in an Asana workspace
asana__list_users
{ "type": "object", "properties": { "workspace": { "type": "string", "description": "Workspace GID" }, "team": { "type": "string", "description": "Optional team GID" }, "limit": { "type": "number", "description": "Maximum users to return" }, "offset": { "type": "string", "description": "Pagination offset from Asana" }, "opt_fields": { "type": "string", "description": "Comma-separated user fields" } }, "required": [ "workspace" ], "description": "Input schema for the asana__list_users tool." }