How to make a new built-in user, that will automatically be present when deploying a Project

0
When I deploy a Project, I want a special user "Application-Manager" directly present. I don't want to create this user every time again when I deploy a new version of my Project, because then I have to implement his Security-roles again. I want the user to exist just as a part of the Application.  How can I achieve this?
asked
1 answers
2

You can simply create a microflow that creates this user and applies the required roles. Apply this microflow on AfterStartup of your project to achieve what you want.

answered