C# Class PlayFab.ClientModels.GetAccountInfoRequest

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 for the account to find (if no Username is specified).
public string Email
return string

PlayFabId public_oe property

Unique PlayFab identifier of the user whose info is being requested. Optional, defaults to the authenticated user if no other lookup identifier set.
public string PlayFabId
return string

TitleDisplayName public_oe property

Title-specific username for the account to find (if no Email is set). Note that if the non-unique Title Display Names option is enabled for the title, attempts to look up users by Title Display Name will always return AccountNotFound.
public string TitleDisplayName
return string

Username public_oe property

PlayFab Username for the account to find (if no PlayFabId is specified).
public string Username
return string