Import users
Is there a way to Import users. I need to load about 200 users to the workspace and import all of their data from another system.
I am going to try just manually importing to the workspaceMember table but wanted to see if there is a better way to do this.
I am going to try just manually importing to the workspaceMember table but wanted to see if there is a better way to do this.
5 Replies
I am hoping there is a way using the API to create users. Has anyone done this?
I've never heard of importing workspaceMembers and I don't think it's possible by looking at the app but there's API to do that https://twenty.com/developers/rest-api/core#/operations/createManyWorkspaceMembers
Twenty.com
Open Source CRM
Bob thanks for the quick response.
is there a trick to viewing the api documentation. this is what I get
is there a trick to viewing the api documentation. this is what I get
Weird but I'm not sure if it's reported
You can go to demo, fetch token from there and view all endpoints
I ended up creating a utility to do it quickly. It requires access to the postgres database. But I was able to import all my users (1300) quickly I will clean up the utility and share the repository link in case anyone needs a quick and dirty way to import users as there is several tables involved.