ExportUsers

Exports users of your organization.

GET
https://my.portatour.net/a/api/ExportUsers?parameters
Required URL parameters
formatExport format, can be one of xlsx, xls, ods, csv, simplecsv, or xlsxtable. More information
Optional URL parameters
languageRecommended. Language used for the export. More information
userEmail,
employeeNumber
Email address or employee number of the user to export. Only one may be specified. If neither userEmail nor employeeNumber is specified, all users will be exported.
exportFieldsIf specified, the export will only contain the listed fields, in the specified order. More information
Example usage with curl
curl -o users.csv -u admin_username:admin_password "https://my.portatour.net/a/api/ExportUsers?format=csv&language=en-US"

Caution: When you process exported data, don't depend on the column order. Use the column header names to access data. The order of the columns might change, e.g if new fields are added. In case your importer doesn’t support accessing field values by field name, use the exportFields parameter to specify the columns and their order.

Refreshing offline data
Loading...