How do I get user's data in the xxx_webapp.js ?
Hi together,
I have maybe a simple question...
When I want to know for example the phoneNumber or the displayName of the loggedIn user, how do I get this information in the xxx_webapp.js?
I assume I have to consume this api "com.innovaphone.client"?
Like:
var clientApi = start.consumeApi("com.innovaphone.client");
But then, how do I go forward to get/request the phoneNumber or the displayName?
Best regards
Bernd