cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
1
Replies

finesse.js username?

jdickinson
Level 5
Level 5

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

1 Accepted Solution

Accepted Solutions

dekwan
Cisco Employee
Cisco Employee

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

View solution in original post

1 Reply 1

dekwan
Cisco Employee
Cisco Employee

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