Version 0.1
Get a single user
GET /users/:user-id
View profile of the user given by :user-id
.
Response
Returns a user object.
Example
Request
GET /users/1?v=0.1
Host: api.deftask.com
Response
200 OK
Content-Type: application/json
{
"userId": 1,
"name": "Chaitanya Gupta",
"thumbUrl": https://api.deftask.com/file/users/0AA921AE-3AD6-4D85-AFB7-BBD312F2E14B?v=0.1,
"picUrl": https://api.deftask.com/file/users/4553FB79-9277-486C-882E-8C51FF4F0BD9?v=0.1
}