Get workspace users
The Asana Get Workspace Users tool allows you to retrieve a comprehensive list of users within a specific Asana workspace or organization. It provides compact user data including names and IDs, sorted alphabetically and limited to 2000 users.
Features
- Fetch all users in an Asana workspace with a single API call.
- Returns compact user details including names and unique IDs.
- Results are sorted alphabetically for easy reference.
- Supports pagination with offset tokens for managing large user lists.
- Allows optional fields to customize the data returned in the response.
Benefits
- Easily manage and access workspace user data programmatically.
- Streamlines user administration within Asana workspaces or organizations.
- Enables integration with other tools and workflows requiring user info.
- Improves efficiency by providing sorted and filtered user lists.
- Supports scalability with pagination handling for large workspaces.
Description
Get all users in workspace. Returns compact users with names and IDs. Results are sorted alphabetically and limited to 2000. Prefer searching more narrowly, like by typeahead or team first instead of this.
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| workspace_gidrequired | string | Globally unique identifier for the workspace or organization. |
| opt_fields | string | Comma-separated list of optional fields to include in the response. |
| offset | string | Pagination offset token from a previous request. |