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:

[    
    {
        "appName": "ft/turnkey-portal",
        "appVersion": "4.1.23",
        "contentLocale": "en-US",
        "datetime": 1682947475618,
        "id": "a3c65852-b005-417a-92b5-b2bc571fb7f3",
        "name": "user.logout",
        "offline": false,
        "parameters": {
            "trigger": "manual"
        },
        "sessionId": "8aa6e358-0e9a-4d39-a7cc-4216b4e9088e",
        "tenantId": "1-stable",
        "uiLocale": "en-US",
        "user": {
            "groups": [],
            "id": "d554325-eef7-4850-93c1-cea73446582060",
            "roles": [
                "PERSONAL_BOOK_SHARE_USER",
                "OFFLINE_USER",
                "HTML_EXPORT_USER",
                "COLLECTION_USER",
                "PRINT_USER",
                "SAVED_SEARCH_USER",
                "FEEDBACK_USER",
                "RATING_USER",
                "PDF_EXPORT_USER",
                "PERSONAL_BOOK_USER"
            ]
        },
        "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.64",
        "userIp": "192.168.2.3"
    }
] 

SEO AI