ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
172 stars 17 forks source link

Display of user info should (optionally) include visible apps #218

Closed orj closed 3 years ago

orj commented 3 years ago

🗣 Context

When I was trying to get information about an individual user I could not see what apps were "visible" to them.

💬 Narrative

As a user I want include visible apps data when fetching user info So that I can see what apps a user can see

📝 Notes

asc users info does not include a --include-visible-apps option like asc users list does.

✅ Acceptance Criteria

GIVEN I am requesting a user's info WHEN I include the --include-visible-apps option THEN the output should include a list of apps visible to the user

orj commented 3 years ago

Something worth noting is that it seems that if a user has the provisioningAllowed property on their user data they seem to be able to see all apps by default. ie, allAppsVisible will also be true.