The users API is currently just for reading, not writing. The authenticated user has to be an administrator to perform these actions.
Returns a single user.
Status: 200 OK
<user>
<id type="integer">1</id>
<person-id type="integer">2</person-id>
<name>david</name>
<created-at type="datetime">2007-04-23T20:25:29Z</created-at>
<updated-at type="datetime">2007-04-23T20:25:29Z</updated-at>
</user>
Returns a collection of users.
Status: 200 OK
<users>
<user>
...
</user>
<user>
...
</user>
</users>