Discord social identity name format
I am using this endpoint to fetch identities:
"/api/v1/users/{kinde_id}/identities"
Specifically, I have Discord turned on, and in the Kinde config portal I turned on "Social Identities" for the ID Token. I see the Discord identity is in this form where the INT
is the Discord ID.
1. Can I rely that the "name" will always be this form?
2. What is the hex value in this string?1 Reply
Hi, thanks for getting in touch! Kinde pulls through what information is provided to us from Discord via their API, so can't 100% say that the value that comes through from Discord may always be that format in case they update anything. May be good to just use the INT as that seems more standard. I wasn't able to find anything in the Discord docs about the HEX value, could potentially be a server ID - but we get what's returned to us in ```https://discord.com/api/users/@me``` and pass it thru - thanks!