Get User
GET {{baseUrl}}/api/users/:USER_ID
Get user specified by {USER_ID} in path.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"example":{"api_model":{},"first_name":"Test","last_name":"User","email_address":"banana@test.com","password":"","org_id":"54b53d3aeba6db5c35000002","active":true,"access_key":"f81ee6f0c8f2467d539c132c8a422346"}}