Jump to content
  • Sign Up

Schampi.3501

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Schampi.3501

  1. 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 🙂!

    • Like 1
×
×
  • Create New...