Information about a Group and it's membership.

Name Type Description Required
GroupId Int32 The Id of the Group. No
GroupName String The Name of the Group. No
GroupEmail String The Email Address associated with the Group. No
GroupMembers List<BranchPortalGroupMember> The active members of the Group. No
SittingMembers Int32 The total number of Sitting Members of the Group, where the Office is 'Member' and the ParentBranchId matches the Branch requested. No
RetiredMembers Int32 The total number of Retired Members of the Group, where the Office is 'Member' and the ParentBranchId matches the Branch requested. No
AssociateMembers Int32 The total number of Associate Members of the Group, where the Office is 'Member' and the ParentBranchId matches the Branch requested. No
Url Actions Description
api/branchportal/groupdetails/{id} GET Gets a single group's details.