Application Vulnerable Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 09:42 AM
i am calling this api "https://.service-now.com/api/now/table/sn_vul_app_vulnerable_item" to create a record in Application Vulnerable Item Table .Therefore, having an admin role is required. Can a record be created without an administrator role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 10:00 AM
Hi @karangaurtm,
Creating a record in the Application Vulnerable Item table (sn_vul_app_vulnerable_item) in ServiceNow typically requires elevated permissions, and by default, this action is restricted to users with the admin role or specific roles granted access to the Vulnerability Response application ( Check ACL's).
However, it is possible to allow non-admin users to create records in this table if the appropriate roles and permissions are configured. This can be done by:
- Granting access to the table via Access Control Rules (ACLs).
- Assigning the user a role that includes write access to the sn_vul_app_vulnerable_item table.
If you're working with a custom integration or API, the user account associated with the API token must have the necessary roles and permissions.
Please mark this as Helpful/correct if this answers your question.
Thanks,
Yaswanth