beta_testers__beta_groups__add
Assign beta groups to a beta tester by providing the tester ID and a list of beta group IDs to update their group memberships.
Instructions
Link beta groups to a beta tester. [POST /v1/betaTesters/{id}/relationships/betaGroups]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: BetaTesterBetaGroupsLinkagesRequest). |