asana_get_multiple_users
Fetch a paginated list of Asana users from a specified workspace or team. Use optional parameters to control results per page and include additional fields.
Instructions
Get multiple users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | The team in which to get users. | |
| limit | No | Results per page. The number of objects to return per page. The value must be between 1 and 100. | |
| offset | No | Offset token. An offset to the next page returned by the API. | |
| workspace | Yes | The workspace in which to get users. Currently, this is required. | |
| opt_fields | No | Comma-separated list of optional fields to include |