question

Brent Batas (Lisk) avatar image
Brent Batas (Lisk) asked

List playFabIds in a party using Groups API

Suppose I have a Group that represents an in-game party.


A player joins the party. I then call ListGroupMembers to list the party members, so that I can update everyone about who is in the party.

How do I get the Player's PlayFabID from the result? I looked through ListGroupMembersResponse but don't see anything that looks like any kind of player ID.

entities
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

May I ask which SDK you are using? I have tested in Postman and it seems to be fine to get Player ID:

Both Title ID and master player account ID are provided in the callback result.


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.

Brent Batas (Lisk) avatar image Brent Batas (Lisk) commented ·

Thanks - I was able to figure it out! I think I was looking for some field called PlayerID when the ID was what I needed.

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.