- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 04:20 AM
Hello.
I'm trying to create record in ecc_queue using rest api in postman but all i got back is "Requested URI does not represent any resource". What could be a problem?
I use URI: https://xxx.service-now.com/api/now/table/ecc_queue
headers:
I also created user who can create in that table and I'm using his credential in basic auth.
When i run it from rest api explorer with same headers and body it works.
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 04:31 AM
Hi,
I am able to create record from Postman with itil user
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 04:27 AM
Hi,
Does that user have valid create access to ecc_queue table?
Did you try with admin user from Postman or external tool
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 04:31 AM
Hi,
Yes, I just tried it in postman with my credentials and I have an admin rights but same result.
Kind Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 04:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 04:58 AM
I tried it on my developer instance and it worked, then I changed uri back to original one and credentials back to my user and received:
There is MFA active on this instance is it possible that i can't create a record because of that?