How to get teamwork user name?

Hi guys
Is it possible to get username (Email) of the logged user into teamwork in the instance of vp that my plugin is running ?

Sorry, it is not supported.
I think we can support it and may be available in few days or weeks, please wait.

1 Like

well, thank you

The following functions are newly supported in ApplicationManager:

ApplicationManager.instance().isLoggedIn()
ApplicationManager.instance().getLoggedInUserName() // return the name
ApplicationManager.instance().getLoggedInEmail() // return the email

Please update the software to latest patch build (20190530ap or later) to get the enhancement.
Details about update to latest patch can be found at

1 Like

Thank yo so much
Iā€™m really surprised by this quick support :clap: :handshake: