Requested URI does not represent any resource

Dotychczas
Mega Guru

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: find_real_file.png

 

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. 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

I am able to create record from Postman with itil user

find_real_file.png

find_real_file.png

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

7 REPLIES 7

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi, 

Yes, I just tried it in postman with my credentials and I have an admin rights but same result.

Kind Regards

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

I am able to create record from Postman with itil user

find_real_file.png

find_real_file.png

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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?