> 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/ticket-action-included-items.md).

# Ticket Action Included Items

#### **Example**

```json
{
    "includedItems": {
        "categories": [],
        "tags": [],
        "users": [
            {
                "customIdentifier": null,
                "email": "wandmaster@olivanders.com",
                "id": "841c30d5-6ae4-4df1-939e-04c55aed5e98",
                "image": null,
                "isBot": false,
                "name": "Garrick Ollivander",
                "status": "team"
            }
        ]
    }
}
```

#### Fields

| Field      | Type                                                                                                                                              | Comments                                                  |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| categories | array of [Category](/docs/apis/tickets/reference/objects/category.md) models                                                                      | The categories information associated with the log record |
| tags       | array of [Tag](https://github.com/SocialBoards/public-platform-docs/blob/master/apis/tickets/reference/objects/broken-reference/README.md) models | The tags information associated with the log record       |
| users      | array of [User](/docs/apis/tickets/reference/objects/user.md) models                                                                              | The users information associated with the log record      |
