Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.4
-
Fix Version/s: 3.2
-
Component/s: CiviCRM API
-
Labels:None
Description
Currently, the API only allows contacts to be Added or Removed to a Group. CiviCRM also supports the Pending status, but this is not available in the API, and so can't be utilised without burrowing deep into CiviCRM itself.
I attach a series of small enhancements to api/v2/GroupContact.php to support the Pending status for group contacts.