I would like to create a user role that allows a user to create other users. What authorities should I grant to this kind of user? e.g. A user X must be created and assigned to this role so that when he/she logs in, they can create users Y, Z, etc.
You can find all the authorities in the documentation, User authorities - DHIS2 Documentation
If the user should only be able to create new users, use F_USER_ADD
Hi @dmbantu, I think you’ll either search for the role that has the appropriate authorities that you need + “Add/Update User” authority. Search for an authority in the role, or I suggest that you first create a new role specifically for users who will perform the task you mentioned and add the authority “Add/Update User.” Then give this user or group the role. Hope this helps, let me know if you want me to take screenshots or step by step post. Thank you!
Here are the steps to achieve your goal for a user whose sole responsibility is to create users:
(give the images sometime to download so that you are able to zoom)