Dynamically change the Role

0
I need to dynamically change the role from default role to ‘Configurator’ based on a flag. How can I achieve this ?  
asked
1 answers
0

userroles are an association between the entity User and UserRoles,

you should create a microflow that sets the association between the User and the UserRole "configurator"

answered