originally posted in:BungieNetPlatform
View Entire Topic
Hey all,
I'm working on a little clan app and I'm trying to work it out something like this:
- User opens app and authenticates
- App reads /Account/ endpoint
- App gets Group ID (somehow) for the group they have set as clan
- App shows clan results to user from /Group/{groupId}/MembersV3/
I figured that the Group ID would be the best way to go, but its not a part of the response from /Account/ (only the clan name and clan tag). Maybe I'm missing something? Suggestions? Thanks!
English
-
Ah! So what you'll want is the GetBungieAccount() endpoint - that returns a "BungieAccount" entity which has a "clans" property - one per clan for which they are a member! That endpoint is /Platform/User/GetBungieAccount/{membershipId}/{membershipType}/ Give that one a spin!