External DocumentationTo learn more, visit the Asana documentation.
Parameters
Example Output
Workflow Library Example
Add User to Workspace with Asana and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include Fields | A comma-separated list of properties to include in the response. |
| User | A string identifying a user. This can either be the string “me”, an email, or the gid of a user. |
| Workspace ID | The global ID of a workspace or organization. |
{
"data": {
"email": "gsanchez@example.com",
"gid": "12345",
"name": "Greg Sanchez",
"photo": {
"image_1024x1024": "https://...",
"image_128x128": "https://...",
"image_21x21": "https://...",
"image_27x27": "https://...",
"image_36x36": "https://...",
"image_60x60": "https://..."
},
"resource_type": "task"
}
}
Was this page helpful?