Adding Users in Bulk
Solution
Parameters
/usr/bin/python /opt/gls/clarity/customextensions/userImport.py -h http://192.168.8.10:8080 -u admin -p securepassword -f ./user_list.csvuNameIndex = COLS[ "User"]
fnameIndex = COLS[ "First Name" ]
lNameIndex = COLS[ "Last Name" ]
eMailIndex = COLS[ "E-mail" ]
labIndex = COLS[ "Institution" ]
About the Code
Assumptions and Notes
Attachments
PreviousRepurposing a Process to Upload IndexesNextMoving Reagent Kits & Lots to New Clarity LIMS Server
Last updated
Was this helpful?