asana_get_users_in_team
List all users in an Asana team by providing the team's globally unique identifier. Supports pagination and selecting custom fields to tailor the output.
Instructions
Get users in a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| team_gid | Yes | Globally unique identifier for the team | |
| opt_fields | No | Comma-separated list of optional fields to include |