v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Groups

Add a group member

This method allows you to add a user to the specified group.

post/groups.add_user

Request body

idstring uuid required
userIdstring uuid required

Response

OK

Example response

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