social / pragma.account / AccountService / createPlayerGroupOperatorV1 /
createPlayerGroupOperatorV1 #
suspend fun createPlayerGroupOperatorV1(operatorSession: OperatorSession, request: AccountRpc.CreatePlayerGroupOperatorV1Request): AccountRpc.CreatePlayerGroupOperatorV1Response
Creates a new PlayerGroup.
PragmaResultErrors
- PragmaError.AccountService_PlayerGroupValidation when name is not set.
- PragmaError.AccountService_PlayerGroupNameCollision when name is already in use.