Skip to main content
Version: 5.7.0

UpdateIsTester

Set a user's IsTester flag.

ServiceOperation
playerStateUPDATE_IS_TESTER

Method Parameters

ParameterDescription
isTesterBoolean flag to indicate if the profile belongs to a test account.

Usage

http://localhost:3000
// Cloud Code Only
JSON Response
{
"status": 200,
"data": {
"isTester": false
}
}