-
You are assigned the Manage Users or Read Users role. For more information about how to assign administrator roles, see Edit Administrator Authorizations.
-
(For administrators assigned to a custom authorization policy) You are assigned to
READ_USERS
andREAD_SCIM_SCHEMAS
authorization policies. Otherwise, you won't be able to see and access the Export Users tile.
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 aren't in the correct Zulu format yyyyMMddHHmmss'Z', Identity Authentication returns empty values for these attributes in the CSV file.
The
SCIM ID
serves as the primary identifier if it is found in the CSV file. The users will only be updated, but not created if there are users with a newSCIM ID
. This process works within the same tenant because theSCIM ID
s differ across tenants.If the
SCIM ID
doesn't exist in the CSV file, the create and update functionality will function as expected, but the administrator won't be able to modify the username or email.
Each multivalued attribute is limited to 3 fixed values, and each custom attribute is limited to 10 values.
For example, if a user in the administration console has more than 3 emails, the export functionality will export only 3 emails. On the other hand, if a user has only one email, then the csv file will show 3 emails, but two of them will be empty.
If you need to export multivalued attributes with more than 3 values, or custom attributes with more than 10 values, you can use the Identity Provisioning service. For more information, see Real-Time Provisioning from Identity Authentication or Provisioning from Source to Target Systems.
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:
-
Sign in to the administration console for SAP Cloud Identity Services.
-
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.