GetUserImportFields

Returns the list of supported user target fields for the Import API calls. This is useful if you want to generate or manually modify a import configuration file. The list is returned as a JSON serialized array.

GET
https://my.portatour.net/a/api/GetUserImportFields?parameters
Optional URL parameters
languageRecommended. Language used for the export. More information
Example usage with curl
curl -o user_fields.json -u admin_username:admin_password "https://my.portatour.net/a/api/GetUserImportFields?language=en-US"
Refreshing offline data
Loading...