Skip to main content

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

ParameterDescription
Team IDThe team ID to filter users on.
Workspace IDThe 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

Workflow LibraryPreview this Workflow on desktop