update_testers
Replace the Google Groups that can access a closed testing track. Fetch current testers first, then pass the full list of groups to keep or an empty array to remove all.
Instructions
Set the Google Groups that have access to a closed testing track. This replaces the full list, so include every group you want to keep — use get_testers first. Only applies to closed tracks (alpha and custom tracks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Closed track to update, e.g. 'alpha' or 'qa-team' | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| google_groups | Yes | Google Group email addresses allowed to test, e.g. ['qa@acme.com']. Pass an empty array to remove all groups. | |
| validate_only | No | Dry run: validate the change and discard the edit instead of committing it | |
| changes_not_sent_for_review | No | Commit without sending the changes for review (only for apps where changes are reviewed separately) |