Remove a Beta Tester from Beta Groups
orj opened this issue ยท 0 comments
orj commented
๐ฃ Context
Remove a specific beta tester from one or more beta groups, revoking their access to test builds associated with those groups.
๐ฌ Narrative
As a user
I want remove an existing beta tester from beta groups
So that so I can manage user access
๐ Notes
Covering this API.
๐จ Design
asc testflight betatesters removegroup emailAddress groups...
asc testflight betagroup removeuser emailAddresses...
โ Acceptance Criteria
GIVEN ...
WHEN ...
THEN ...