Calling /users method with id parameter returns a list of users and not the user expected.
http://api.stackoverflow.com/0.8/users?id=23234
Could be a documentation "bug" on help page:
http://api.stackoverflow.com/0.8/help/method?method=users
|
Calling Could be a documentation "bug" on help page: |
||||
|
|
|
I'm pretty sure that's not how you are supposed to call the users endpoint. Try this:
You can do this with a vectorized string like so:
You aren't supposed to pass id in as a url parameter. It is actually part of the url. Your call is being interpreted as: |
|||||||||||||||
|