- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi Friends,
We have created one machinery user for the VOPS application Integration, through REST API. That created user was unable to access "em_impact_maint_ci" table.
We have already added all the below mentioned roles to the integration machinery user.
{ "error": { "message": "User Not Authorized", "detail": "User is unauthorized to access table: em_impact_maint_ci" }, "status": "failure" }
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @meghana_ch
Elevate your active session to the security_admin role.
- Navigate to System Security > Access Control (ACL).
- Search for ACL records where Operation is read and Name matches em_impact_maint_ci.
- Look at the Requires role related list at the bottom of the ACL rule.
Either assign one of those required roles (like evt_mgmt_user) directly to your API user, or create a custom read ACL targeting that table if you need to grant explicit access to a dedicated integration role.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @meghana_ch
Elevate your active session to the security_admin role.
- Navigate to System Security > Access Control (ACL).
- Search for ACL records where Operation is read and Name matches em_impact_maint_ci.
- Look at the Requires role related list at the bottom of the ACL rule.
Either assign one of those required roles (like evt_mgmt_user) directly to your API user, or create a custom read ACL targeting that table if you need to grant explicit access to a dedicated integration role.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Thank you so much Tanushree for the guidance.