03-01-2017 12:50 PM
I see that finesse.js has a value for firstName and lastName but I didn't see userID or userName.
How would I get the logged in username for the purpose of populating a 3rd party embedded app?
Joe
Solved! Go to Solution.
03-01-2017 04:02 PM
Hi Joe,
For userId, you can use getId(). It comes from RestBase. I don't see username exposed, but you can get it from the data object (getData()). That is how these getters gets the value anyways.
Thanx,
Denise
03-01-2017 04:02 PM
Hi Joe,
For userId, you can use getId(). It comes from RestBase. I don't see username exposed, but you can get it from the data object (getData()). That is how these getters gets the value anyways.
Thanx,
Denise
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide