(ctx context.Context, arg GetGroupMembersByGroupIDPaginatedParams)
| 491 | GetGroupMembers(ctx context.Context, includeSystem bool) ([]GroupMember, error) |
| 492 | GetGroupMembersByGroupID(ctx context.Context, arg GetGroupMembersByGroupIDParams) ([]GroupMember, error) |
| 493 | GetGroupMembersByGroupIDPaginated(ctx context.Context, arg GetGroupMembersByGroupIDPaginatedParams) ([]GetGroupMembersByGroupIDPaginatedRow, error) |
| 494 | // Returns the total count of members in a group. Shows the total |
| 495 | // count even if the caller does not have read access to ResourceGroupMember. |
| 496 | // They only need ResourceGroup read access. |
no outgoing calls