ittybittyapps/appstoreconnect-cli

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 ...