Function TournamentCanCreate

It returns true or false, if the given user can create new tournaments. So, the frontend can show the create button.

It doesn’t check identity validation.

Input parameters:

  • UserName = nombre de usuario.
  • CyberName = license name for the establishment where the user is from.

Example of usage:

https://wingamer.ar/ApiMasterControl/TournamentCanCreate.php?CyberName=test&UserName=testuser

Output:

  • Array {“ResponseClass”:“OK”, “Param1”: true or false}