- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2020 07:43 AM
While logging in as an admin I am getting the following error "Only interactive users are allowed to access UI" can anyone please help
Regards
Divya
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2020 07:48 AM
Hi there,
Did you change the Web service access only checkbox on your user account? And seeing your question, I assume you are using under the System Administrator account on your instance (try to avoid that, always make an other account to work on)?
Have a look at this article. With this, from an other instance, you can remove the checkbox yourself.
Help! I lost access to my Instance due to Web service access only
Other option, using for example Postman:
Users can also execute the rest api call using Postman if they do not have the second instance.
Below is the code snippet for postman:-
Method:- PATCH
URl will be:- https://your-instance.service-now.com/api/now/table/sys_user/6816f79cc0a8016401c5a33be04be441 )
Headers:-Accept: application/json
Content-Type: application/json
Authorization: Basic (give username as "admin" and admin user password)
Body:- {"web_service_access_only":"false"}
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2020 07:48 AM
Hi there,
Did you change the Web service access only checkbox on your user account? And seeing your question, I assume you are using under the System Administrator account on your instance (try to avoid that, always make an other account to work on)?
Have a look at this article. With this, from an other instance, you can remove the checkbox yourself.
Help! I lost access to my Instance due to Web service access only
Other option, using for example Postman:
Users can also execute the rest api call using Postman if they do not have the second instance.
Below is the code snippet for postman:-
Method:- PATCH
URl will be:- https://your-instance.service-now.com/api/now/table/sys_user/6816f79cc0a8016401c5a33be04be441 )
Headers:-Accept: application/json
Content-Type: application/json
Authorization: Basic (give username as "admin" and admin user password)
Body:- {"web_service_access_only":"false"}
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2020 07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2020 08:04 AM
Thank you so much Mark and Jeff it worked!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2020 08:07 AM
Hi there,
Please mark the correct answer as correct if it solves your question. This will help others who are looking for a similar solution. Also marking this answer as correct takes the post of the unsolved list.
Thanks.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field