beta_groups__beta_testers__add
Add existing beta testers to a specific TestFlight group for app testing, using their unique identifiers.
Instructions
Add existing beta testers to a TestFlight group. [POST /v1/betaGroups/{id}/relationships/betaTesters]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BetaGroupBetaTestersLinkagesRequest). |