# Ticket Action Included Items

#### **Example**

```json
{
    "includedItems": {
        "categories": [],
        "tags": [],
        "users": [
            {
                "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](https://developers.socialboards.com/docs/apis/tickets/reference/objects/category) models    | The categories information associated with the log record |
| tags       | array of [Tag](https://developers.socialboards.com/docs/apis/tickets/reference/objects/broken-reference) models | The tags information associated with the log record       |
| users      | array of [User](https://developers.socialboards.com/docs/apis/tickets/reference/objects/user) models            | The users information associated with the log record      |
