Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.
John Rivs edited this page Aug 11, 2015 · 1 revision

https://developer.wunderlist.com/documentation/endpoints/user

Method Description Arguments
getCurrentUser Show the currently logged in user
getUsers Show the users this user can access

Examples

$w->getCurrentUser()

$w->getUsers();
Clone this wiki locally