You are assigned the Manage Users or Read Users role. For more information about how to assign administrator roles, see Edit Administrator Authorizations.
You can export a CSV file containing information of all tenant users in Identity Authentication including the tenant administrators. The CSV file can contain columns with all user supported SCIM attributes. You can filter the user attributes that you want to include in the exported file. The default columns are: active, userName, userType, emails[0].display, emails[0].primary, emails[0].type, and emails[0].value.
If the values for the validTo and validFrom attributes for a specific user are not in the correct Zulu format yyyyMMddHHmmss'Z', Identity Authentication returns empty values for these attributes in the CSV file.
If the active attribute of a user is
FALSE
, he or she can’t perform any operations on the tenant.
A tenant administrator exports a CSV file with the current users in the system and only the following attributes: active, userName, userType, and emails[0].value. As a result, the administrator receives the following information:
active
userName
userType
emails[0].value
TRUE
EID00001
public
TRUE
EID00002
employee
TRUE
EID00003
partner
FALSE
EID00004
customer
To export tenant users from Identity Authentication, proceed as follows:
-
Access the tenant's administration console for Identity Authentication by using the console's URL.
The URL has the following pattern:
https://<tenant ID>.accounts.ondemand.com/admin
Tenant ID is an automatically generated ID by the system. The first administrator created for the tenant receives an activation e-mail with a URL in it. This URL contains the tenant ID. For more information about your tenants, see Viewing Assigned Tenants and Administrators.
If you have a configured custom domain, the URL has the following pattern:
<your custom domain>/admin
. -
Choose the Export Users tile.
This operation opens the Export Users page.
-
Choose the attributes that you want to include in the CSV file.
The default choice is: active, userName, userType, emails[0].display, emails[0].primary, emails[0].type, and emails[0].value.
-
Choose the Export button.
Related Information