Groups

Remove a group member

This method allows you to remove a user from the group.

post/groups.remove_user

Request body

idstring uuid required

Identifier for the collection

userIdstring uuid required

Response

OK

Example response

{
  "data": {
    "groups": [
      {
        "name": "Engineering",
        "memberCount": 11
      }
    ]
  }
}

Changes