GET /api/v2/users/:id
Find User

Returns a Users attributes

Errors

Code Description
404 User not found

Examples

201 Response
{
  "id": 9623,
  "email": "cdahms@courtroomconnect.com",
  "first_name": "Chris",
  "last_name": "Dahms",
  "created_at": "2014-01-06T11:22:50.000-05:00",
  "updated_at": "2020-12-15T09:39:47.000-05:00",
  "activated_at": "2014-01-06T11:22:50.000-05:00",
  "reset_code_at": null,
  "state": "active",
  "deleted_at": null,
  "login_count": 154,
  "last_request_at": "2020-12-15T09:39:47.000-05:00",
  "current_login_at": "2020-12-03T19:17:50.000-05:00",
  "current_login_ip": "10.0.92.108",
  "last_login_ip": "10.0.92.108",
  "roles": [
    {
      "id": 1,
      "name": "sysadmin",
      "authorizable_type": null,
      "authorizable_id": null,
      "created_at": "2008-12-17T16:59:03.000-05:00",
      "updated_at": "2008-12-17T16:59:03.000-05:00"
    }
  ]
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

ID of the user

Validations:

  • Must be a Integer