user.logout - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

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"
    }
]