list_all_users_in_group
Get a paginated list of all users in a Fivetran group. Filter by active status and limit results.
Instructions
⚠️ RESULTS ARE PAGINATED. Returns a list of information about all users within a group in your Fivetran account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of records to return | |
| active | No | Filter on active. | |
| cursor | No | Paging cursor id. | |
| group_id | Yes | The unique identifier for the group | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/groups/list_all_users_in_group.json', then provide this exact path here to confirm. |