Export cloud users to an Excel CSV file
The export-users.py python script allows cloud administrators to export a list of users to an Microsoft Excel CSV file. The script relies on the Public REST API. Upon successful completion, the script will generate a file called users.csv
, which can then be opened in Excel.
To export cloud users to a CSV file:
- Install Python version 2 or 3 on your workstation. For details, see https://docs.python.org/2/faq/windows.html.
-
In Notepad , open the export-users.py file and do the following:
-
Add your security token.
-
Add your cloud name.
-
Modify
include_perfecto_users
toTrue
orFalse
. -
Modify
responseFields
, depending on the user fields you want to get. For details, see Legacy | Get User List. -
Save the file on the Desktop.
-