Skip to main content
Version: 5.7.0

UpdateCountryCode

Update user's country code preference on their profile.

ServiceOperation
playerStateUPDATE_COUNTRY_CODE

Method Parameters

ParameterDescription
countryCodeNew country code

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"countryCode": "CA"
},
"status": 200
}