Get User

/users/{id}

Get a single user.

Get Question [GET]

Authorization: Admin

Response 200

Body
{
  "item": {
    "id": 240,
    "firstName": "Homer",
    "lastName": "Simpson",
    "userName": "homer.simpson@nuclearplant.com",
    "createdAt": "2014-05-09T13:41:43.293",
    "createdBy": 3890,
    "rowStatus": 1,
    "timeZoneId": 4,
    "modifiedAt": "2014-05-09T13:41:43.293",
    "roleIds": [1, 3, 4],
    "teamIds": [68, 10, 2]
  }
}

Still need help? Contact Us Contact Us