Skip to main content
Skip table of contents

Importing Users

Use the Import feature to add multiple users to your tenant at once from a CSV or Excel file.

Before you Start

  • Prepare your user data in a CSV or Excel file.

  • Make sure your file includes a header row and matches the column order in the provided examples.

Notes

  • You can download and customize a sample Excel import file from the Import / Export option. For a sample CSV file, see below.

  • Users imported from a file can sign in only with their MyQ Roger credentials. External authentication methods (for example, Microsoft or Google sign-in) are not supported for imported users.


Import Users

  1. Go to Roger > Users.

  2. Click Import / Export.

  3. Select a CSV or Excel file to start the import.

Screenshot 2026-01-23 103541.png

The import runs as a background job. When it finishes, the UI shows a success message.

image-20250514-112755.png

File Requirements

The following file types are supported:

  • CSV

  • Excel

Limits

  • Maximum import file size: 100 MB

Note the following:

  • CSV must be comma-delimited.

  • Both CSV and Excel imports require a header row.

  • Header names can be renamed (for example, localized).

  • Column order must not change, even if you rename the header labels.

CSV Example

CODE
UserName,Name,Surname,Email Address,Phone Number,Roles,Cards,Aliases,IsActive,PIN,Password,SendActivationEmail,IncludePINToActivationEmail,User Groups
johndoe,John,Doe,johndoe@example.com,720100200,"Admin,User","123456789,987654321",doejohn,TRUE,1234,badpassword,FALSE,FALSE,"OrgUnitName,Marketing"

Supported Fields

Field

CSV
index

Excel
column

Required

Comment

UserName

0

A

Yes

String

Name

1

B

Yes

String

Surname

2

C

Yes

String

Email Address

3

D

Yes

String

Phone Number

4

E

No

String

Roles

5

F

No

Comma-separated list

Cards

6

G

No

Comma-separated list

Aliases

7

H

No

Comma-separated list

IsActive

8

I

No

TRUE/FALSE
Defaults to FALSE when empty.

PIN

9

J

*

number
If a PIN is not provided one will be generated randomly.

Password

10

K

No

String
When empty, user is prompted to change password upon login.

SendActivationEmail

11

L

No

TRUE/FALSE
Defaults to FALSE when empty.

IncludePINToActivationEmail

12

M

No

TRUE/FALSE
Defaults to FALSE when empty.

User Groups

13

N

No

Comma-separated list

If you are using MS Office in a language other than English, the values TRUE and FALSE needed in the SendActivationEmail and IncludePINToActivationEmail fields have to be translated in your MS Office language. For example, if your MS Office is in German, add WAHR or FALSCH instead of TRUE or FALSE.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.