All info related to the currently signed in user.
GET a.wunderlist.com/api/v1/user
Status: 200
json
{
"id": 6234958,
"name": "BENCHMARK",
"email": "[email protected]",
"created_at": "2013-08-30T08:25:58.000Z",
"revision": 1
}
GET a.wunderlist.com/api/v1/users
name | type | notes |
---|---|---|
list_id | integer | optional, restricts the list of returned users to only those who have access to a particular list |
Status: 200
json
[
{
"id": 6234958,
"name": "BENCHMARK",
"email": "[email protected]",
"created_at": "2013-08-30T08:25:58.000Z",
}
]