Skip to main content
Version: 6.0.0

SysInvalidateAllSessions

Invalidates all sessions for the current user, including the current session.

ServiceOperation
playerStateSYS_INVALIDATE_ALL_SESSIONS

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"invalidatedCount": 1,
"invalidated": [
"vu6j3tdff5kht0bqer3cbhin5t"
],
"verification": true
},
"status": 200
}