Skip to main content
Version: 6.0.0

SysJoinGroupTournament

Enrolls a member's group in the group tournament and assigns an initial score. Unlike JoinGroupTournament, this sys call does not require the caller to be a member of the group.

ServiceOperation
tournamentSYS_JOIN_GROUP_TOURNAMENT

Method Parameters

ParameterDescription
leaderboardIdThe leaderboard for the group tournament.
tournamentCodeGroup tournament to join.
groupIdMember's group id.
initialScoreInitial score for the group.

Usage

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