How can i get below details of loggedin user via Rest API from servicenow?
1.Userprofile informations
2.Organization details
How can i get below details of loggedin user via Rest API from servicenow?
1.Userprofile informations
2.Organization details
gs.getUser()
has all the information:
gs.getUser().getFullName()
gs.getUser().getDepartmentID();
gs.getUser().getCompanyID();