-
Notifications
You must be signed in to change notification settings - Fork 0
api user
michael-lefebvre edited this page Apr 7, 2013
·
3 revisions
CRUD - /api/user/<user-id>
return:
{
"total": 1,
"skip": 0,
"limit": 999999,
"results": [
{
"id": "5046f8045ea6e",
"activated": 1,
"status": 1,
"name": "Kemi",
"email": "mike@email.com",
"apps": [
{
"name": "Acme Inc.",
"slug": "acme"
}
],
"admin": 1,
"register":
{
"sec": 1350124949,
"usec": 31000
},
"updated":
{
"sec": 1350207821,
"usec": 239000
},
"last_login":
{
"sec": 1350207821,
"usec": 239000
}
}
]
}
GET/PUT - /api/user/me