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.