Supported Formats
json, xml
Errors
Code |
Description |
401 |
Unauthorized - ensure token is being passed with each service call. |
404 |
Unsupported operation |
500 |
Unspecified error on server. |
Examples
{"created_at":"2013-07-26T16:51:25Z","email":"user1@nowhere.com","id":12,"organization_token":"test0rg","role_id":1,"updated_at":"2013-07-26T16:51:25Z"}
<?xml version="1.0" encoding="UTF-8"?>
<user>
<created-at type="datetime">2014-01-31T06:17:22Z</created-at>
<email>user1@nowhere.com</email>
<id type="integer">14</id>
<organization-id type="integer">1</organization-id>
<role-id type="integer">1</role-id>
<updated-at type="datetime">2014-01-31T06:17:22Z</updated-at>
</user>