Members
Add groups to member
Make the specified member part of the specified groups.
post/members/{key}/groups
Path parameters
keystring required
Can be either the member's email address or their numerical ID
Request body
Example request
{
"groups": "159871,159873"
}Response
List of the member's subscriptions after the update
Example response
{
"groups": [
{
"id": 159871,
"title": "Testing_group1",
"createdOn": "2014-12-09 13:36:18.367"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.