Information about a contact's membership to a Group.

Name Type Description Required
Id Int32 (Nullable) No
GroupId Int32 The Id of the Group. Yes
ContactId Int32 The Contact's Id. This is required when adding or updating an existing Contact's group membership. No
DateFrom DateTime (Nullable) No
DateTo DateTime (Nullable) No
OfficeId Int32 The Id of the Group Member Office. Yes
StatusId Int32 The Id of the Group Member Status. Yes
Reason String No
Url Actions Description
api/groupmember/{id} DELETE Deletes an existing Group Member.
api/groupmember/{id} GET Gets a single Group Member.
api/groupmember/contact/{contactId} GET Lists all Group Members for a contact.
api/groupmember POST Updates or Add an existing Group Member.