GetRecipientGroups/ returns all of the groups a recipient may belong to.
NOTE: Recipients can be added to groups via several different actions in Higher Logic Thrive Marketing Enterprise (Thrive Marketing Enterprise) and does not automatically mean a subscribe action. This will return an array of every GroupID an individual recipient is enrolled in.
Example
View the Groups a Recipient is a member of:
{
"SessionID":"00000000-00000-0000-0000000000000",
"UserID":"SAMPLE",
"RecipientIds":[12345678,12345678,12345678,12345678]
}
HTTP POST
https://dna.magnetmail.net/ApiAdapter/Rest/GetRecipientGroups/
POST Parameters
NOTE: This call does not have conditional or optional parameters.
Required Parameters
Parameter | Value | Description |
---|---|---|
SessionID | String | This is an authentication token which can be obtained by making the authenticate call. |
UserID | String | The UserID returned in the authenticate call. |
RecipientIds | ArrayOflong | The recipient IDs for the individuals. You can use any call that returns recipients to return IDs (e.g., SearchRecipient/). |