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.