How to retrieve userid/name from GET requests using REST API

sabz
Kilo Explorer

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

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.

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 ?