Table not showing up in REST Table API

newdev111
Tera Contributor

My application created several Basic Auth Configuration (sys_auth_profile_basic table), and want to allow our Cyberark to update their passwords via web service.  I can't see this table in the Table API table name drop down list when searching by its table name or label.

 

After reading some posts online, I change this table's Application Access to Allow access to this table via web services and Allow Configuration.  However, this table remains missing from the Table API.

 

newdev111_0-1706123602440.png

 

Can someone help me how to allow the table API to select this table in the REST API Explorer?

 

 
 
1 ACCEPTED SOLUTION

Amit Verma
Kilo Patron
Kilo Patron

Hi @newdev111 

 

Add table 'sys_auth_profile_basic table' to the system property 'glide.ui.permitted_tables' and try. You can find it on the below URL :
https://<your instance URL>/nav_to.do?uri=sys_properties.do?sys_id=c3dee8670a0a0aa70064b48de5ad973e

 

This should allow it to be selected in REST API Explorer but please be aware that it will also allow the table to be selectable (by other users) in other places like reporting.

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

View solution in original post

2 REPLIES 2

Amit Verma
Kilo Patron
Kilo Patron

Hi @newdev111 

 

Add table 'sys_auth_profile_basic table' to the system property 'glide.ui.permitted_tables' and try. You can find it on the below URL :
https://<your instance URL>/nav_to.do?uri=sys_properties.do?sys_id=c3dee8670a0a0aa70064b48de5ad973e

 

This should allow it to be selected in REST API Explorer but please be aware that it will also allow the table to be selectable (by other users) in other places like reporting.

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

This works for me.  thank you very much.