Members

Replace member's groups

Replace completely the list of groups that a member is part of with the ones specified.

put/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 the member will belong to

Example request

{
  "groups": "171415,159877"
}

Response

The complete updated list of the member's groups

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.