Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
PlayFab
AdminModels
LookupUserAccountInfoRequest
C# Class PlayFab.AdminModels.LookupUserAccountInfoRequest
Inheritance:
PlayFabRequestCommon
Exibir arquivo
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
Email
string
PlayFabId
string
TitleDisplayName
string
Username
string
Property Details
Email
public_oe property
User email address attached to their account
public
string
Email
return
string
PlayFabId
public_oe property
Unique PlayFab assigned ID of the user on whom the operation will be performed.
public
string
PlayFabId
return
string
TitleDisplayName
public_oe property
Title specific username to match against existing user accounts
public
string
TitleDisplayName
return
string
Username
public_oe property
PlayFab username for the account (3-20 characters)
public
string
Username
return
string