- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 11:13 AM
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.
Can someone help me how to allow the table API to select this table in the REST API Explorer?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 02:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 02:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:44 AM
This works for me. thank you very much.