Home360Aristotle 360 APIAdd Individual to a Group by Specifying Group and Category Names

93.10. Add Individual to a Group by Specifying Group and Category Names

Service: https://ai360.aristotle.com/API2/setIndividualInfoAPI/setIndividualInformationWebService.asmx
Method: AddIndividualToGroupByGroupAndCategoryName
Parameters: 1. individual ID (GUID); 2. group name, 3 category name, 4. username, 5 password
Returns: An XML string (see http://support.aristotle.com/kb/entry/1047 for more detail)
Note: Status of "ERROR" is returned if the action doesn't complete successfully. Status "OK" is returned either if an individual gets added to a group or if that record is already a member of that group. In that case the message would say: "Individual is already a member of this group.".
Group ID parameter that needs to be passed can be found in the std_EntityGroup table. The field is egp_GUID.
Note:

AddIndividualToGroupByGroupAndCategoryName method will allow you to add an individual to a group by passing group and category names. This call is very similar to AddIndividualToGroupByGroupGUID, but the advantage of this method is that you can pass a non-existing group or category name and the information would get created prior to adding the individual to this newly created group (and category).

This page was: Helpful | Not Helpful