I’m using Asana’s Story and User APIs. Story mentions return text like: “Hi https://app.asana.com/0/profile/8931120387404 - I have created…”. I want to replace the URL with the mentioned user’s name. Using the User API, lookups with user_gid
fail to find the user represented by 8931120387404
in the URL, even though that URL successfully opens the user’s profile in Asana.
What is this 8931120387404
ID if it’s not a user_gid
? How can I use it to retrieve the user’s name and email?