Export Users Details
If you have Admin
permissions, you can export a CSV file of all the users currently in your account. The CSV export will contain the following user information:
Fields | Description |
---|---|
| First Name |
| Last Name |
| User status - active or deactivated |
| Email address |
| Login Username |
| Assigned role |
| Job title |
| Last login date and time |
| Date when the account was created |
| The user who created the account |
| Date when the account was last modified |
| The user who modified the account most recently |
| Login type: Standard or SSO |
| The IP address of the user at the time of the last login |
| Geographical coordinates of the user at the time of the last login |
| City, state, and country of the user at the time of the last login |
| The user's browser at the time of the last login |
| Date when the account was deactivated (if applicable) |
| The user who deactivated the user account |
Important Note: When a user logs in to ARM, the browser pop-up message will ask permission to access the location details. If you allow permission, the location details will be retrieved through your browser, but if you deny permission, the location details will be retrieved through your IP Address.
To export all user's details in CSV:
On the
Users
screen, in the upper right, clickExport All Users
.
The fields you can export will be displayed on the next screen. Click the
Export
button after choosing the fields you want to export as CSV.
Fields like First Name, Last Name, Status, Email, and Login Name
are automatically selected by default when a CSV file is exported. If necessary, you can exclude them from being exported.
Your export will begin processing, and the CSV file will be downloaded on your local machine.
Export Data Limitations: The parameters in the CSV for previously registered users (older than 60 days) will be slightly different:
CreatedDate = OrgCreatedDate
CreatedByName = registered user of the org
LastModifiedDate, LastModifiedByName, Deactivated Date, and Deactivate by fields will be null
As expected, the exported CSV file will contain the newest parameter data and changes for newly registered users.
Last updated