Skip to main content
Version: 6.0.0

SysJoinGroupDivision

Enrolls a group in a division set and assigns an initial score. Unlike JoinGroupDivision, this sys call does not require the caller to be a member of the group.

ServiceOperation
tournamentSYS_JOIN_GROUP_DIVISION

Method Parameters

ParameterDescription
groupIdThe group id.
divisionSetIdThe division set id to join.
tournamentCodeTournament code for the division.
initialScoreInitial score for the group.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"createdAt": 1772655480000,
"leaderboardId": "^D^exampleDivSetId^1",
"enrolled": true
},
"status": 200
}