Retrieve exceptions
During the staging process and import execution, exceptions may occur due to various factors, such as incorrect data or email addresses that do not conform to the regular expressions (RegEx) configured on your account.
This same endpoint is used to retrieve records that encountered exceptions during either the staging or execution phase. Exception records retrieved during the staging process can be corrected and re-staged for import.
Header Parameters
Authorization token
Query Parameters
Specifies the maximum number of records to return. Defaults to 1000, if not specified.
Used in conjunction with limit that specifies the starting point to retrieve the next batch of records. Defaults to 1, if not specified. For example, if your limit is 100 and you specify an offset of 100, the system returns records from 100 through 200.
Path Parameters
This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.
Access token returned from InitiateBulkImport call. A 401 is returned if this value is invalid.
Response
Response Attributes
Number of exception records returned based on the criteria provided in the request properties. Read-Only Field.
Based on the limit value specified, it informs the user if there are any additional exception records available for retrieval. Read-Only Field.
Specifies the maximum number of records to return. Defaults to 1000, if not specified.
Used in conjunction with limit that specifies the starting point to retrieve the next batch of records. Defaults to 1, if not specified. For example, if your limit is 100 and you specify an offset of 100, the system returns records from 100 through 200.
This is the Total number of exception records returned in the request. This number is limited to the maximum number defined in the limit and will not exceed that value. Read-Only Field.
Collection of BulkUserProfilePreferenceExceptions. This value is the list of records that encountered exceptions. Exceptions will be returned in the format of the BulkUserProfilePreferenceException collection and include the data that was received as well as the exceptions encountered using the ExceptionsDefinition collection.