User audit

Contains user audit check-in method that calls when user opens UI or activates the UI tab in the browser after it hasn't been used for more than 2 hours.

API actions

API path: /user/audit.

checkin

This action occurs when a customer opens the UI or activates the UI tab in the browser after it hasn't been used for more than 2 hours. Works only with standard user session (not with API key). This action type may be in the user audit log.

Parameters

Only session hash.

Examples

curl -X POST 'https://api.eu.navixy.com/v2/user/audit/checkin' \
    -H 'Content-Type: application/json' \
    -d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b"}'

Response

{
  "success": true
}

Errors

Last updated

Was this helpful?