(ctx context.Context, arg GetGroupMembersByGroupIDParams)
| 490 | GetGroupByOrgAndName(ctx context.Context, arg GetGroupByOrgAndNameParams) (Group, error) |
| 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. |
no outgoing calls