what roles user requires for inbound REST web service?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2015 03:20 PM
Hi
I am trying to access ServiceNow by Rest web service. my user has rest_service role and seems like it can't access servicenow and displays following error.
detail>Failed ACL Validation</detail>
<message>User Not Authorized</message>
Can anyone please help me to identify what other roles the user needs? This user is an AD user from the same domain and ServiceNow user.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 03:19 AM
Hi,
I tried with the same role web service admin, but it not working. Its working when i give the admin role, but admin role not the right solution.
It's there any other way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 03:22 AM
Did you configure mentioned all roles from link?ie., pa_admin, mid_server,import_transfromer, Web_service_admin
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2015 05:48 AM
Please make sure "Allow Access to this table via web services" field is checked as TRUE
for all major tables by default it is set to TRUE.. just to make sure...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2015 06:28 AM
Are you sure you're using REST?
When I checked, my user was using SOAP, so I had to give them the correct soap-role and no more unauthorized user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 02:51 AM
Me also facing issue