# Schema Inaccuracy The `get-by-id` get operation is based on the URL path `user/{account_id}`. When using this URL path I get a 404 status. ## Expected When accessing the GitHub API using this URL path with the account_id variable set then the user information should be returned with a 200 status. ## Reproduction Steps ``` curl -H ‘Authorization: Bearer …’ -H ‘X-Github-API…’ https://api.github.com/user/supertxtnet ```