This API is used to suspend duplicate user accounts by parsing a CSV file. You must first generate a CSV file using the generate_dup_users_accts_csv_file endpoint.
Refer to De-duplicate Mixed Case Usernames - Edit the CSV File for details on how to edit the CSV file.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v1/remove_dup_users_accts/ \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'