Request processed successfully or partially. |
200 OK |
- For GET requests:
- If the payload is less than 1KB, it is returned as the content/body of the response.
- If the payload is greater than 1KB, then the payload is downloaded as a json file.
- For Import requests:
- If all the records were successfully imported, the response content/body will be:
{"Logs": []}
- If it is a partially succeeded request, the response will have the validation errors as:
{
"Logs": [
"Ignoring User having display 'User102@test.com' as it is having duplicate SourceSystemId or DisplayId"
]
}
These errors/warnings will also be logged in AppLogs at https://{tenant}.hds.ineight.com/applogs
|