Summary
A user without admin roles, but with required roles for REST API Explorer (web_service_admin, rest_api_explorer) is not getting RESPONSE
User is trying to POST a record to import set via Import set API
https://<instance>.service-now.com/api/now/import/<staging table>
He is getting Response code as 201 but no response
Related Links
Apart from checking Table and field ACL's for that table, you may need to add any of the below roles to the user.
Role | Description |
---|---|
import_set_loader | Allows users to load import sets. |
import_scheduler | Allows users to scheduled imports. |
import_transformer | Allows users to manage import set transform maps and run transforms. |
import_admin | Allows users to manage all aspects of import sets and imports. |