originally posted in:BungieNetPlatform
I used to use this endpoint:
https://www.bungie.net/platform/user/GetBungieAccount/{0}/{1}
and was able to get this information from:
json.Response.bungieNetUser
but I do not see that option anymore.
English
-
I just used that endpoint and it was there under ['Response']['bungieNetUser']['membershipId']. Here is the URL I used (using your membershipId) - http://www.bungie.net/Platform/User/GetBungieAccount/4611686018436721815/1/
-
Can you think of any reason why one of my clan members results do not include bungieNetUser node? http://www.bungie.net/Platform/User/GetBungieAccount/4611686018446478621/1/ Thanks!
-
I think this is due to this profile being private. Sound about right?
-
They probably haven't signed into Bungie.net before, but if they are in the clan then that doesn't seem possible. So not sure.
-
linked account was set to private!
-
Yep... I am stupid! I was calling the wrong endpoint which was buried in my code. Thanks!!!