How to retrieve userid/name from GET requests using REST API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2018 07:26 AM
I am building a .net core/c# app and using oauth with servicenow. I would like to fetch the user information such as a unique id and name from GET requests. Is there a way to do this ?
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2018 12:30 PM
No...only admins can access this info...these are sensitive info
Please mark this response as correct or helpful if it assisted you with your question.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2018 01:14 PM
So if am logged in as Sam for eg: There is no way to retrieve Sam's details? Like his unique id,email etc. from a GET request ?