social / pragma.account / AccountService / createPlayerGroupOperatorV1 /

createPlayerGroupOperatorV1 #

suspend fun createPlayerGroupOperatorV1(operatorSession: OperatorSession, request: AccountRpc.CreatePlayerGroupOperatorV1Request): AccountRpc.CreatePlayerGroupOperatorV1Response

Creates a new PlayerGroup.

PragmaApplicationErrors

  • pragma.ValidationFailedApplicationError when group name is empty.
  • AccountRpc.GroupAlreadyExistsApplicationError when name is already in use.