Read Beta Tester Information
orj opened this issue ยท 0 comments
orj commented
๐ฃ Context
Get a specific beta tester.
๐ฌ Narrative
As a user
I want to get the information of a specific beta tester
So that I can view it
๐ Notes
Covering this API.
๐จ Design
asc testflight betatesters read emailAddress
Output:
Email Address | First Name | Last Name | Invite Type | Apps | Groups |
---|---|---|---|---|---|
me@me.com | Me First | Last | public_link | App1, App2, App3 | Group 1, Group2 |
โ Acceptance Criteria
GIVEN ...
WHEN ...
THEN ...