Skip to main content Skip to complementary content
Close announcements banner

Importing user accounts from a file

You can import users from a file and integrate them directly in Talend Administration Center.

The file format used is JSON, for example:

{
    "role":["Administrator","Operation manager"],
    "lastname":"Schrute",
    "login":"dschrute@talend.com",
    "firstname":"Dwight",
    "type":"MDM",
    "password":"admin"
}

The role, lastname, login, password, firstname and type fields are mandatory.

There are four user types available:
  • DI = Data Integration/ESB
  • DQ = Data Management
  • MDM = Master Data Management
  • NPA = No Project Access

Note that this option is not available if SSO was enabled.

Information noteWarning: It is not supported to import users from .doc or .docx files.

Procedure

  1. On the toolbar of the Users page, click Import users. The Import users dialog box opens.
  2. Browse to the file that holds the accounts you want to import and click Upload.
    A confirmation message gives you the import status of each of the user accounts listed in the file.

    Example

  3. Click Close to close the confirmation message. The imported user accounts are listed in the account list, sorted by role.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!