ittybittyapps/appstoreconnect-cli

Display of user info should (optionally) include visible apps

orj opened this issue ยท 1 comments

orj commented

๐Ÿ—ฃ 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

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.