Use the Import Users bulk operation to import a large amount of users into your Identity as a Service account. Before you begin, review the information on Perform bulk operations and the attribute information on this page.
There are two types of attributes:
The following is a sample CSV file to help you get started:
userId,firstName,lastName,email,mobile,
jdoe, john, doe, john@mycompany.com, +155555555555
Download a sample file: User_Import_Sample.csv
System attributes are set by Identity as a Service. See Create and manage user attributes for more information on mandatory and optional system attributes.
The following table summarizes the supported Identity as a Service system user attributes.
Table: User system attributes
Attribute |
Header Value |
Required |
userId |
Yes |
|
firstName |
Yes* |
|
![]() |
lastName |
Yes* |
![]() |
Yes* |
|
mobile |
Yes* |
|
phone |
No* |
|
userPrincipalName |
No* |
|
securityID |
No* |
|
state |
No |
|
locale |
No |
|
locked |
No |
|
group |
No |
Note: * An attribute may or may not be required depending on the User Attribute settings of your Identity as a Service account. If any mandatory user attributes are missing from the data file or user record the user records will fail.
This bulk operation also allows setting custom user attributes to a user profile. For example, if your Identity as a Service account contains a custom user attribute called Birthday, then you would add that column to your data file:
userId,firstName,lastName,email,mobile,Birthday,
jdoe, john, doe, john@mycompany.com, +15555555555, Jan 01 1980,