v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
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
      }
    ]
  }
}