REST API Call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 09:51 AM
All,
I'm trying to pull data from the sys_audit table using the table API. How do I setup the ACL to allow the rest api user to read this table.
response is:
{
"error": {
"detail": "2 records constrained due to ACL restrictions",
"message": "User Not Authorized"
},
"status": "failure"
}
Thanks
- Labels:
-
Instance Configuration
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 04:34 AM
I am getting similar error while making API call to sys_audit.
Response:
{
"error": {
"message": "User Not Authorized",
"detail": "User is unauthorized to access table: sys_audit"
},
"status": "failure"
}
I am not sure how to give enough permissions to the user.
Can someone help me and give me detailed steps so that I can successfully make the API call?
Thanks