Skip to main content
Version: 6.0.0

SysInvalidateAllButCurrentSession

Invalidates all sessions for the current user except the current session.

ServiceOperation
playerStateSYS_INVALIDATE_ALL_BUT_CURRENT_SESSION

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
}