latestOpenAPI 3.1.02026-08-085123123.9 KB

bf0b51ee8e8a

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

groupsstring

CSV list of group IDs to add the member to

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"
    }
  ]
}