social / pragma.account / AccountService / createPlayerGroupPartnerV1 /

createPlayerGroupPartnerV1 #

suspend fun createPlayerGroupPartnerV1(partnerSession: PartnerSession, request: AccountRpc.CreatePlayerGroupPartnerV1Request): AccountRpc.CreatePlayerGroupPartnerV1Response

Creates a new PlayerGroup.

PragmaApplicationErrors

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