question

hami-m avatar image
hami-m asked

Register / Login - and get Loginname and Displayname

Hello!

i would like to register a User - with the following information:

- Loginname -> (Loginname for LogIn)

- Displayname -> (The Displayname set from the player to show after LogIn)

- E-Mail

- Password -> (Password for LogIn)

and when LogIn with "Loginname" -> get the Displayname as the displayed name to show.

How is this possible?

Currently i'm using "PlayFabClientAPI.LoginWithPlayFab" to get the Loginname which is the Displayname aswell...

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

To add additional information of an account, you need to call corresponding APIs. However, to get additional account information, you may define "InfoRequestParameters" in any login API request. Please refer to Authentication - Login With Custom ID - REST API (PlayFab Client) | Microsoft Docs

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.