Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need clarifications for GetGroup #9

Open
pdumais opened this issue May 9, 2024 · 0 comments
Open

Need clarifications for GetGroup #9

pdumais opened this issue May 9, 2024 · 0 comments

Comments

@pdumais
Copy link

pdumais commented May 9, 2024

GetGroup would return the list of users assigned to the requested group and all its children.
So if I have:
rootGroup
subbroup1
subgroup1a
And I have 1 user per groups (user1, user2, user3 respectivily)

If I GetGroup(rootGroup), I should get the the list of all 3 users
This brings up 2 questions

  • Why does the orgId need to be in the response, since those users are part of a group in the same org anyway?
  • We get the list of users and their role, but no information about to which child this role is for. Is this an oversight?

Also, what happens, for example, if user1 is Requester in subgroup1, and Assigner in subgroup1a, and I GetGroup(rootGroup) ? Am I gonna see user1 2 times in the list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant