I'm using postman and trying to create record in servicenow.. but I'm getting error as "user not authenticated"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 05:01 AM
I'm using postman and trying to create record in servicenow.. but I'm getting error as "user not authenticated"
For instance SSO was enabled.. i.e., Okta.. so what things I need to take care?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 10:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 10:49 PM
Hi,
For integration specific we need required rest_service role to access ServiceNow.
check if you are user have this role or not if not add this role.
and on User form check the Web service access only then it will work for only REST calls.
refer below screenshot.
Hope you it helps you.
Please Mark ✅ Correct/helpful if applicable, Thanks!!
Regards
Pavankumar
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 11:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 11:41 PM
Hi,
yes that is the issue.
what is the authentication type that you are using on postman?
if it is a OAuth 2.0 then you need to provide all the authorization details correctly?
Thanks,
Pavankumar
ServiceNow Community MVP 2024.
Thanks,
Pavankumar