Create a "Users manager" role

Hello,

I would like to create a role that can only manage users (create/remove/update/etc).

For this, I thought that the privilege ‘nx-users-all’ would have been enough but it seems not. I had to add the nx-roles-read to achieve what I wanted.

Is it on purpose or is it a bug?

Thanks for your help/explanations!

This isn’t a bug. In order to change the roles assigned to a user you need to be able to read roles.

Regards,

Rich

2 Likes

Thanks Rich,

This is what I was thinking and yes, this makes sense.

Is there a documentation somewhere with the dependencies between the privileges/roles?