user.logout - Fluid Topics - Latest

Fluid Topics Analytics Guide

Category
Reference Guides
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"
  }
]