AccessGroup

get/v2/accessGroups

Response

Successful operation

Example response

{
  "data": [
    {
      "id": 10,
      "name": "Marketing",
      "users_ids": [
        1
      ]
    }
  ]
}

Changes