role required for read only access for cmdb_ci_server table for api user

sudhakar kondap
Tera Contributor

what would be best role to provide read only access for cmdb_ci_server table for api user ?

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@sudhakar kondap 

what the api user will be doing?

please check table level READ ACL on that table and ensure your API user has that required role and satisfies any condition

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

raja0077
Tera Expert

Hi @sudhakar kondap 

 

The cmdb_read role allows users to read any cmdb table. That role is also attached to the Navigation menu. Granting that role will allow them to access the menu and see the CMDB.

Tai Vu
Kilo Patron
Kilo Patron

Hi @sudhakar kondap 

You can consider to use this OOTB role below

Name: cmdb_read

URL: https://<instance_name>/sys_user_role.do?sys_id=ab250967b31213005e3de13516a8dc26

 

Make sure to double-check the ACL of these tables cmdb_ci_server, cmdb_ci_computer, cmdb_ci_hardware and cmdb_ci.

 

Let me know if it works for you

 

Cheers,

Tai Vu