Jump to content
  • Sign Up

[Guild-API] Add Unique ID for Accounts


Schampi.3501

Recommended Posts

Hi all

 

For our guild, we've been using the data from the /guild/*/members/ API endpoint to help us manage notes as well as Discord roles for individual members. We've been using the account name to have a unique identifier for individual players. With the addition of account name changes it will become a bit more difficult to manage.

 

My suggestion would be to have a new generated unique identifier added to the members API to continue to be able to have a static reference to accounts. E.g.

 

Quote


[
  {
    "id": "3f74a86f-defa-404a-a3cd-0750c7206b47 ",
    "name": "AccountName.1234",
    "rank": "....",
    "joined": "...."
  }
]

 

Thank you for considering 🙂!

Edited by Schampi.3501
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...