ghost.3208:

Hi,

I noticed that we’re able to see the join date of a guild member through the API, this is very useful because on my guild we’re planning on providing some incentives based on antiquity, as well as to clear up some debates on who’s the oldest member :P

What I’m trying to call is this:
https://api.guildwars2.com/v2/guild/[Guild id token]/members/?access_token=[Guild leader token]

However I received the following response:
{"text": “requires scope guilds”}

I went to the wiki and was only able to find the “account” and “offline” scopes, there’s no mention of a “guilds” scope. Is there something that I’m missing for this scope or is that one not available for public use?

Thanks in advance for the help.

WeAreTwO.9780:

Hello,
please make sure the leaders’ API key is generated with the ‘guilds’ permission. When the key is generated there are checkboxes which have to be checked.

ghost.3208:

Yes that was it! My leader didn’t gave me all the permissions in the API key, thanks!

stress level zero.4907:

fyi https://gw2armory.com has authenticated guild pages if the guild leader has joined the armory.

it’s open source and ripe for pull requests over at github: https://github.com/madou/armory-react

if you have any good authenticated guild ideas maybe swing by and we can talk?