Hi, I want to provide a few users the ability to create users, delete users or update the existing ones. But I don't want to provide admin access to these users. What can be done to ensure that I provide only permissions for user management and nothing else.
Solved! Go to Solution.
Views
Replies
Total Likes
We can assign specific user to user-administrators group
OR
provide below configuration user tools -> security -> permission -> select specific user for having required access
/root jcr:read
/home/users jcr:all -> create users, delete users or update the existing ones.
/home/groups jcr:all -> create gropus, delete users or update the existing ones.
/home jcr:all -> To create, delete users or update the existing users and groups.
We can assign specific user to user-administrators group
OR
provide below configuration user tools -> security -> permission -> select specific user for having required access
/root jcr:read
/home/users jcr:all -> create users, delete users or update the existing ones.
/home/groups jcr:all -> create gropus, delete users or update the existing ones.
/home jcr:all -> To create, delete users or update the existing users and groups.
@arindam6600 you can assing that users to below user-administrator group (OOTB group). Look the permissions set below
If these permissions are not sufficient create a users-admin custom group and assigned necessary permissions.
Views
Replies
Total Likes
Views
Likes
Replies