Api: How do you get the player's clan ?

Created on 4 Feb 2018  路  2Comments  路  Source: Bungie-net/api

Is there a method to do this ? I'm trying /Destiny2/{membershipType}/Profile/{membershipId}/?components=100 but there isn't anything usefull in the response...

Most helpful comment

You need Group V2 User memberships and filter for clans with the 1 at the end.

https://www.bungie.net/Platform/GroupV2/User/{membershipType}/{membershipId}/0/1/

see here: https://bungie-net.github.io/multi/operation_get_GroupV2-GetGroupsForMember.html#operation_get_GroupV2-GetGroupsForMember

All 2 comments

You need Group V2 User memberships and filter for clans with the 1 at the end.

https://www.bungie.net/Platform/GroupV2/User/{membershipType}/{membershipId}/0/1/

see here: https://bungie-net.github.io/multi/operation_get_GroupV2-GetGroupsForMember.html#operation_get_GroupV2-GetGroupsForMember

That's it thank you 馃憤

Was this page helpful?
0 / 5 - 0 ratings