social / pragma.account / AccountService / getAccountV1 /
getAccountV1 #
@ExperimentalCoroutinesApi
suspend fun getAccountV1(
playerSession: PlayerSession,
request: AccountRpc.GetAccountV1Request
): AccountRpc.GetAccountV1Response
Gets a player’s account information
PragmaResultErrors
- PragmaError.AccountService_NotFound when the account data is not found.