Hi, I'm trying to build a module to sincronize users with an external database.
I'm connecting to external database, so I get users list info.
Next I get dnn users (for comparison) with UserController.GetUsers(portalId), but it's very slow. Searching by username is my only choose to see if user already exist.
There are any alternatives on UserController.GetUsers(portalId)? If I use a direct query on users table? thanks