$ curl -i \
-H "Accept: application/json; version=1" \
-H "Authorization: Token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjQyLCJpYXQiOjE0NjM2OTQ4MjN9.k48v-R-un93KdIXqp9Zi12JOGJCu8uibtrWjscFCTqc" \
https://api.record360.com/api/users/42
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Cache-Control: max-age=0, private, must-revalidate
{
"user": {
"id": "42",
"username": "[email protected]",
"first_name": "Some",
"last_name": "User",
"phone_number": "366.555.1570 x78744",
"role": "user",
"external_id": "s_user42",
"created_at": "2016-05-23T22:16:43.000Z",
"updated_at": "2016-05-23T22:16:43.000Z",
"location": {
"id": "89",
"name": "Main Office",
"address1": "4726 Thackeray Pl NE",
"address2": "Suite 405",
"city": "Seattle",
"state": "WA",
"zipcode": "98105",
"timezone": "PST",
"created_at": "2014-04-01T19:00:00.000Z",
"updated_at": "2016-04-14T21:46:56.000Z",
"workflow": { ... }
}
}
}
| Param name | Description |
|---|---|
|
id
required |
User ID, _externalid, or “self” Validations:
|