POST via REST successful, but fields blank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 06:09 AM
I've created a custom table in the Security Incident Response application, and created a custom role associated with the table so that we can have a limited subset of users not needing access to the entirety of Security Incident Response, able to write to the table via API.
When users with the custom role write to the table, they receive a 201 response, however the entries to the table (custom fields) are empty aside from the following fields system fields:
- sys_id
- sys_updated_by
- sys_created_on
- sys_mod_count
- sys_updated_on
- sys_created_by
They are able to read the table via API and see all entries, but anything written to the table is blank. When they are provisioned the role 'sn_si_admin' they are able to create entries which the custom fields are not blank.
I've provisioned the nested roles of sn_si_admin one-by-one to the standalone user, without any luck. Looking for guidance as we need to ensure this is the only table accessible.