Skip to main content
Version: 6.0.0

SysInvalidateSessionForUser

Invalidates a specific session for a user.

ServiceOperation
playerStateSYS_INVALIDATE_SESSION_FOR_USER

Method Parameters

ParameterDescription
profileIdThe profile ID of the user whose session should be invalidated.
sessionIdThe specific session ID to invalidate.

Usage

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