Thank you for your quick reply. Where can we check the records created with sis import in canvas system? I am not quiet sure whether the record is inserted in the canvas system or not, but I am getting success response as below:
{
"id":7,
"created_at":"2018-07-26T01:45:44Z",
"started_at":null,
"ended_at":null,
"updated_at":"2018-07-26T01:45:44Z",
"progress":0,
"workflow_state":"created",
"data":{
"import_type":"instructure_csv"
},
"batch_mode":null,
"batch_mode_term_id":null,
"multi_term_batch_mode":null,
"override_sis_stickiness":null,
"add_sis_stickiness":null,
"clear_sis_stickiness":null,
"diffing_data_set_identifier":null,
"diffed_against_import_id":null,
"diffing_drop_status":null,
"skip_deletes":false,
"change_threshold":null,
"user":{
"id":2,
"name":"raju",
"sortable_name":"raju",
"short_name":"raju",
"sis_user_id":null,
"integration_id":null,
"sis_import_id":null,
"login_id":"raju"
}
}