<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Corbel, sans-serif; ">
<div>Hi all,</div>
<div><br>
</div>
<div>I'm using the <a href="http://api.openstack.org/api-ref-identity.html#identity-v2">
Keystone V2 REST API</a> to try to get a list of users and their IDs but for some reason I keep getting a 404 error in the JSON response.</div>
<div><br>
</div>
<div>The specific API call I'm trying to make is:</div>
<div><br>
</div>
<div>GET <a href="http://[hostname]:5000/v2.0/users">http://[hostname]:5000/v2.0/users</a></div>
<div>with the X-Auth-Token properly added to the header.</div>
<div><br>
</div>
<div>The response I'm getting is:</div>
<div><br>
</div>
<div>
<div>{</div>
<div>    "error": {</div>
<div>        "message": "The resource could not be found.",</div>
<div>        "code": 404,</div>
<div>        "title": "Not Found"</div>
<div>    }</div>
<div>}</div>
</div>
<div><br>
</div>
<div>I see that the documentation says that "name" is another one of the request parameters, but when I tried adding it as a URL parameter or in the header I just get invalid responses.</div>
<div><br>
</div>
<div>What am I doing wrong?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Mark</div>
</body>
</html>