---
title: "List assignable groups on the AssigneeField"
method: GET
path: "/api/lotus/assignables/groups.json"
tags: ["AssigneeFieldAssignableAgents"]
---

# List assignable groups on the AssigneeField

`GET /api/lotus/assignables/groups.json`

List assignable groups on the AssigneeField

#### Allowed For

* Agents

## Response `200`

Success response

- AssigneeFieldAssignableGroupsResponse
  - `count` integer — Number of groups listed in `groups` property.
  - `groups` AssigneeFieldAssignableGroupObject[]
    - `description` string — Description of the group
    - `id` integer — Group ID
    - `name` string — Name of the group
  - `next_page` string, nullable
  - `previous_page` string, nullable

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
