insertRows() to core users

LabKey Support Forum (Inactive)
insertRows() to core users jeckels  2015-01-04 16:03
Status: Closed
 
Hi Martin,

The users table supports updating existing users via updateRows(), but not creating new users with insertRows(). We don't have a Python binding for creating a new user. However, it would be fairly simple to implement it by patterning on the JavaScript or Java client API implementations. They post a JSON body with two properties: email (a string which is the new user's email address) and sendEmail (a boolean, which indicates if the user should get an email to set up their account).

Thanks,
Josh