originally posted in:BungieNetPlatform
This is the one that I use:
www.bungie.net/Platform/Group/[b]<Insert a Group ID Here>[/b]/MembersV3/?lc=en&fmt=true¤tPage=1
English
-
I'm trying to get a handle on this and pull out Clan members from Group members. Is there a way to pull this information out, a field I'm missing, or a different end-point to go against?
-
You want to add the [b]platformType[/b] parameter (1 = xbox, 2 = playstation) to your request: www.bungie.net/Platform/Group/<Insert a Group ID Here>/MembersV3/?lc=en&fmt=true¤tPage=1&platformType=2
-
Thanks! :)
-
Thanks! It works great. Nonetheless some members are missing, I assume it has to do with the currentPage=1? Should I loop until hasmore = false or is there a way to list them all? Thanks!
-
you can add the itemsPerPage parameter as part of the query string but you'll have to experiment with it. I think it defaults to 50, but not sure how much higher it can go. Otherwise, looping until hasMore = false is the way I do it since I won't know how many members a clan might have.
-
Thanks a lot, I will do that!
-
no problem. Glad to help.
-
Sorry to bother again, I have found that for several users of my clan there is no psn id info, what is the step they have missed in order to have that psn id info available?
-
No problem. That just means they haven't publicly linked there psn id to their bungie.net profile.
-
They have linked the PSN account but they might not have it shown in their public profile . Could that be the reason?
-
Yup. The "Display on public profile" checkbox in their bungie profile settings is not checked.