Solved Bulk User Creation
-
Is there a way to create bulk users which are agents and/or customers?
We are looking to use UVDesk for training IT helpdesk agents.
-
@adyg said in Bulk User Creation:
Is there a way to create bulk users which are agents and/or customers?
We are looking to use UVDesk for training IT helpdesk agents.Bulk agent creation is not possible but you can create one by one using command.
You need to provide email and password using console don't need to follow full process of password setup using received link.
Open your CMD and navigate to your project route.
Now run below command to create agent and setup email and password for them.php bin/console uvdesk_wizard:defaults:create-user ROLE_AGENT
-
a way to create bulk users
How? I don't think.
The open source solution is with basic functions.Mine is just an opinion, I'm not a UVdesk developer. A reply from developers can take more time.
-
@adyg said in Bulk User Creation:
Is there a way to create bulk users which are agents and/or customers?
We are looking to use UVDesk for training IT helpdesk agents.Bulk agent creation is not possible but you can create one by one using command.
You need to provide email and password using console don't need to follow full process of password setup using received link.
Open your CMD and navigate to your project route.
Now run below command to create agent and setup email and password for them.php bin/console uvdesk_wizard:defaults:create-user ROLE_AGENT
-