Import API is not giving a response SummaryA 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 LinksApart from checking Table and field ACL's for that table, you may need to add any of the below roles to the user. RoleDescriptionimport_set_loaderAllows users to load import sets.import_schedulerAllows users to scheduled imports.import_transformerAllows users to manage import set transform maps and run transforms.import_adminAllows users to manage all aspects of import sets and imports.