Required to provide Auth information error in Inbound REST integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2017 08:52 PM
Hi All,
I am trying to do inbound integration to create incident in SN.
I have given the SN end point to external tool and also i have given username and password.
When the external tool is trying to send response to SN, they are getting error message as below.
{ "error": { "detail": "Required to provide Auth information", "message": "User Not Authenticated" }, "status": "failure" }
Can you please help me here on this.
Thanks,
Maddy
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2017 10:50 PM
Hello,
Have you gave the role to user for accessing the web service?
http://wiki.servicenow.com/index.php?title=REST_API#Roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2017 10:54 PM
Yes, i have given all the required role.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2017 11:01 PM
Can you please check if user is active and not locked out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2017 11:04 PM
User is Active.