question

k-krrs avatar image
k-krrs asked

Get PlayerID (title) from AdminAPI.GetPlayerProfile

As the title states, is there a way to get the playerID (title) from AdminAPI.GetPlayerProfile without needing to call GetPlayerCombinedInfo additionally?

apiswindows
1 comment
10 |1200

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

k-krrs avatar image k-krrs commented ·

Also it seems I am not able to get the Playfab login username / email

0 Likes 0 ·

1 Answer

·
brendan avatar image
brendan answered

The Player Title ID is a fairly recent addition - we'll be adding it to additional query responses in upcoming sprints. But the other elements (email, username) are available via Server.GetPlayerCombinedInfo, which can also return profile elements. Is there something GetPlayerProfile returns that you need, which isn't returned from GetPlayerCombinedInfo?

1 comment
10 |1200

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

k-krrs avatar image k-krrs commented ·

Well, no, not really, I just needed access to the title PlayerID as I'm building a PlayFab dashboard app for desktop, but I guess I'll just wait for the update to the SDK. Thanks!

0 Likes 0 ·

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.