Get Users
Returns the user records for all users in all workspaces and organizations accessible to the authenticated user. Accepts an optional workspace ID parameter. Results are sorted by user ID.
Parameters
Parameter | Description |
---|---|
Team ID | The team ID to filter users on. |
Workspace ID | The workspace or organization ID to filter users on. |
Example Output
{
"data": [
{
"gid": "12345",
"name": "Greg Sanchez",
"resource_type": "task"
}
]
}
Workflow Library Example
Get Users with Asana and Send Results Via Email
Preview this Workflow on desktop