Discussions

Ask a Question
Back to All

User Endpoint

Is there a user endpoint that just gets information about the user that passes the token via OAuth? Most api's have a /user to get the information. Either that or something more useful than just the userName in the JSON passed back.

Once I have the userName in the JSON, then I have to make a call to /user/?username=xxxx, which we all know is slower than if we just had the ID and is also misleading as we want just a single user, but if we have to do /user/?username=xxx the data that is passed back is an array.

Should this be something talked about with productowners or is there a secret call somewhere to help just return the single user information after getting an OAuth token.