Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla API User Not Found
xifekobo
New
I got the api running and tried querying a category id which works ok..
http://forum.mysite.com/api/category/2
trying on users end point gives me a not found result
http://forum.mysite.com/api/users/5
even though I have a user with that id
{"Code":404,"Exception":"User not found.","Class":"Gdn_UserException"}
This one works btw listing all users:
http://forum.mysite.com/api/users/
Tagged:
0
Comments
You're using an API addon for this, right?