Skip to main content
List users in an Asana workspace

Tool details

FieldValue
Nameasana__list_users
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.