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