Import users

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:

       System attributes

       Custom user attributes

CSV file format

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

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

User ID

userId

Yes

First Name

firstName

Yes*

Last Name

lastName

Yes*

Email

email

Yes*

Mobile

mobile

Yes*

Phone

phone

No*

User Principal Name

userPrincipalName

No*

Security ID

securityID

No*

State

state

No

Locale

locale

No

Locked

locked

No

Group

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.

Custom user attributes

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,

Bulk import users

How to bulk import users