question

khattabkhairdeen avatar image
khattabkhairdeen asked

How to get all groups for a title?

Is there any API method that i can use to get every group in my title? if not, is there an alternative to getting these groups? ty

apis
10 |1200

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

Made Wang avatar image
Made Wang answered

There is no such API can list all groups under one title directly. If you have a member in all groups, then you can call ListMembership to get the group. If not, you can only get it individually by calling GetGroup.

In addition, you can view all groups in Game Manager->Groups.

10 |1200

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

Ibrahim Abu khater avatar image
Ibrahim Abu khater answered

you can simply list the membership by using your title as the entity. to be more specific, here the request body: { "EntityKey":{ "Type":"title", "Id":"yourTitleID" } }

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.