This server event occurs when any user logs out.
This event contains the following fields:
Field | Description |
---|---|
trigger |
An object containing information about the logout. Can be manual (indicating an interface logout) or api (indicating an API logout). |
A table for the most common fields is in Analytics events.
Example:
[
{
"trigger": "manual"
}
]