Skip to main content
Version: 6.0.0

SysInvalidateAllSessionsForUser

Invalidates all sessions for a user.

ServiceOperation
playerStateSYS_INVALIDATE_ALL_SESSIONS_FOR_USER

Method Parameters

ParameterDescription
profileIdThe profile ID of the user whose sessions should be invalidated.

Usage

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