Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过 servicenow 的 Rest API 获取以下登录用户的详细信息?
1.Userprofile informations 2.Organization details
gs.getUser()拥有所有信息:
gs.getUser()
gs.getUser().getFullName() gs.getUser().getDepartmentID(); gs.getUser().getCompanyID();