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

[ISSUE] Group members list returns null if no members are found in a scope #211

Open
shkelzeen opened this issue Jan 23, 2024 · 0 comments

Comments

@shkelzeen
Copy link

Description
While using SDK getting groups or a group and trying to access members if there aren't any members assigned into this group.

Reproduction

  1. Create a WorkspaceClient
  2. Group group=workspaceClient.get().groups().get("group_id");
  3. group.getMembers();

Expected behavior
The expected behavior here would be an empty list so you can add members if needed.

Additional context
Add any other context about the problem here.

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