Initiates a dry run of the import process. This validates the entire file against your mapping and settings without making any changes to your data. It returns an asynchronous job that you can monitor for results, including any potential errors.
Enter your API key in the format: Bearer
The unique filename obtained from the signed URL endpoint.
"rad_file_01HGN7RXYZABC123.csv"
An object mapping detected column IDs (e.g., col_0) to entity fields (e.g., username).
{
"col_0": "username",
"col_1": "password",
"col_2": "groups"
}The dry run job was accepted and is being processed.