UploadUserImportConfig
Uploads the import configuration so it can be used in ImportUsers calls. The uploaded import configuration is stored for the user performing the upload. The next time this user calls ImportUsers with the data file provided as binary request body, the stored import configuration is used.
|
https://my.portatour.net/a/api/UploadUserImportConfig
|
| Required binary request body | |
| file as body | The import configuration as binary body of the POST. |
|---|---|
|
curl -o result.txt -u
admin_username:admin_password
--data-binary "@users.importcfg" -H "Content-Type: application/octet-stream" "https://my.portatour.net/a/api/UploadUserImportConfig"
|
Caution: If using curl, don't forget the @-sign in front of the file names