How to get the user Id of the currently logged user in Tridion? -
i implemented ribbon tool bar button in tridion. part of need loop through components, requires valid session.
to create session in tridion require user id. how user id of current user(windows user id)?
will following command user info? if please let me know usage of command.
getjsonusersettings(); thanks in advance. response appreciated.
try way user id:
tridion.ui.usersettings.getjsonusersettings(true).user["@id"]
Comments
Post a Comment