Application Vulnerable Item

karangaurtm
Kilo Contributor

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?

1 REPLY 1

YaswanthKurre
Giga Guru

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:

  1. Granting access to the table via Access Control Rules (ACLs).
  2. 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