Import users into Asset Server?

Is it possible to import users into the Asset Server? I have them setup in a database already for another purpose with all required info, it seems redundant to set them up again.

Read “Locating the database name of an Asset Server Project” and “Additional SQL Functions” from Unity manual page for Setting up the Asset Server.

Just to get you started, you can use psql to access the PostgreSQL based database to add multiple users from this psql terminal.