Not able to access the PDI using python script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am using basic auth , username and password which is mentioned on the home page of manage instance but i am still not able to access servicenow Table API using python script
It is showing
{
"error": {
"message": "User is not authenticated",
"detail": "Required to provide Auth information"
},
"status": "failure"
}
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @HemantP70979324 ,
Don't use this primary account,
- Please create a new user (service account) and
- Make to select "Machine" - identity type - if this is not in the form, add to the form,
- Provide appropriate role ex: snc_platform_rest_api_access and try
Hope it helps!
Accept and hit Helpful if it helps.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025,2026
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025,2026
