Initiates the full import process. This will create or update resources based on the CSV file, mapping, and settings. It returns an asynchronous job that you can monitor for progress and final results.
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 import job was accepted and is being processed.