tnotte
12 years agoAdvisor
Returning user's full name in a component
This should be real easy, but I'm not having any luck with it yet.
In Studio, in a custom component, it's as easy as using this tag to return the logged in users login name: Welcome, ${user.login}
By using this, I'll get: Welcome, mstim
But I want to return the users full name; Welcome, Tim Notte
I don't see anything listed here:
I've been pointed in the direction of using REST API to get this. In our community's Public Statistics, there is a Name feild, populated as expected from our SSO. How do I grab that and use it in a component?
New to API,
Tim