Trying to pull a specific user gid

I am trying to retrieve a single user gid. The address I’m using is https://app.asana.com/api/1.0/users?name=(users name) but it is returning all users. How do I get a single user’s details to return?

@Thadius_Pitts - welcome to the forum! You can refer to the dev docs for this endpoint, but basically you can do this by email instead of name (https://app.asana.com/api/1.0/users/{email}). Alternatively, you could grab all users from your org/workspace and then search for their name (or other similar strategies).