> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/objects/user-group.md).

# User Group

#### **Example**

```json
{
    "id": 1,
    "name": "Second group"
}
```

#### Fields

| Field | Type   | Comments      |
| ----- | ------ | ------------- |
| id    | string | Id of group   |
| name  | string | Name of group |
