Retrieve login/username in an Embed Widget with javascript

443
2
11-05-2021 07:38 AM
InformationHubTraining
New Contributor

Hello,

 

I am trying to do the above.

I have googled a lot of things but much of the information pertains to custom widgets, which I do not have access to. 

 

Thanks.

0 Kudos
2 Replies
RAMIROANDRESBASTIDASCOPETE
New Contributor

Im looking the same can you post the custom private widget that you find?

0 Kudos
CharlesWeise1
New Contributor

var userDetails= JSON.parse(this.sessionStorage.exb_auth);
var userEmail = userDetails.email;
console.log(userEmail );

0 Kudos