---
title: QuanticUserActionsToggle
slug: latest-insight-panel-user-actions-toggle
canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-user-actions-toggle/
collection: quantic
source_format: adoc
---
# QuanticUserActionsToggle

> **Note**
>
> This component was introduced in version `3.2.0`.
The `QuanticUserActionsToggle` component displays a button that opens a modal containing the user actions timeline component.

## Example

```html
<c-quantic-user-actions-toggle engine-id={engineId} user-id="someone@company.com" ticket-creation-date-time="2024-01-01T00:00:00Z"></c-quantic-user-actions-toggle>
```

## Properties

--

| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| `engineId` _(required)_ | `engine-id` | The ID of the engine instance the component registers to. | `string` |  |
| `userId` _(required)_ | `user-id` | The ID of the user whose actions are being displayed. For example in email format &quot;someone@company.com&quot;. | `string` |  |
| `ticketCreationDateTime` _(required)_ | `ticket-creation-date-time` | The date and time when the ticket was created. For example &quot;2024-01-01T00:00:00Z&quot; | `string` |  |
| `excludedCustomActions` | `excluded-custom-actions` | The names of custom events to exclude. | `Array.<string>` | `[]` |

--

## XML configuration file elements

The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)).

--

| Metadata | Value |
|---|---|
| `apiVersion` | `61.0` |
| `isExposed` | `false` |

--