originally posted in:BungieNetPlatform
I have been pulling member data for my clan either via GetMembersOfClan or GetMembersOfGroupV3. The methodology is to only use PUBLIC endpoint info as I want to keep the details read only for now and I am NOT a clan admin. I am however seeing a discrepancy. Either the clan admin's are not setup right or the API is giving weird info. I have a known admin that is returning 0 for memberType instead of 1. (regular member vs admin) here is a snippet with names removed. Thoughts? I have the founder looking at their setup.
{ <<< FOUNDER >>>
"groupId": "910604",
"isMember": true,
"memberType": 2,
"isOriginalFounder": true
},
{ <<< KNOWN ADMIN >>>
"groupId": "910604",
"isMember": true,
"memberType": 0,
"isOriginalFounder": false
},
-
Hmm, if I may, what is the membershipId of the known admin member? That will allow me to investigate their status a bit further.
-
Edited by lowlines: 3/16/2016 12:19:22 AMI think I wrote a whole topic on this a few weeks back. Not only is the memberType field a bit inconsistent (perhaps dude to the relationship between groups and clans?), but the data probably should also include clanMembershipIds rather than having to make a separate request (multiple if you want to get all 100) to get a list for each (PSN/Xbox). [edit] Here's the topic... [url]https://www.bungie.net/en/Clan/Post/39966/190022150/0/0[/url]