Open
Description
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
- Create a WorkspaceClient
- Group group=workspaceClient.get().groups().get("group_id");
- 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.
Metadata
Metadata
Assignees
Labels
No labels