Limited Admin access

Hello,

I hope all is well. I was wondering if it’s possible to give a user limited admin access.
I want the user to have the ability to give this user ability to:
Create users

but don’t see the other admin pieces. Like the apps installed, and other admin features.

Is this possible?

I think it is not possible in nextcloud admin gui.
But perhaps you can create /etc/sudoers or /etc/sudoers.d/filename to allow linux users to execute:

sudo -u www-data php occ user:add
(please use full paths)

Here a manual

Thank you for the feedback @devnull. Not a Linux guy, but I will see how it works out.

Best,

I’m not sure if there is already a request to add partial admins, but this would be a good feature to add.