How I can use to get user properties (login name, display name and\or title) from a specific user id ?
I have tried this but no luck:
var user = context.get_web().siteUsers().getById(userID);
Thanks for any help.
How I can use to get user properties (login name, display name and\or title) from a specific user id ?
I have tried this but no luck:
var user = context.get_web().siteUsers().getById(userID);