내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Minimum permission to manage user and Groups

Avatar

Level 3

Hi,

I want to create a group in AEM 6.3 which can manage user and groups permission. I mean user of this group can create, edit, delete, modify new users and groups, can assign permissions to newly created user and groups.

I created a user and gave it all the permissions on root folder, then also I am getting access denied exception when trying to create user or group using this user id.

Thanks in advance for any help.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi Rajeev,

AEM comes with a group called "user-administrators" which does what you're looking for. No need for a custom made group.

원본 게시물의 솔루션 보기

5 답변 개

Avatar

Level 10

See this doc that talks about this subject -- User, Group and Access Rights Administration

Avatar

Level 2

Hi Steve, although the doc describes a log about access rights in AEM, it does not define which permissions a user would require to create new groups.

Would you perhaps be able to enumerate which specific permissions a user would require in order to create other groups?

Avatar

Level 10

We will log a bug for docs so this can be updated in the AEM Doc set.

Avatar

정확한 답변 작성자:
Employee

Hi Rajeev,

AEM comes with a group called "user-administrators" which does what you're looking for. No need for a custom made group.

Avatar

Level 1

hey @Rajeev_Kumar ,

I know I'm too late to reply on this, But it works when you go in touch-ui permissions,(from tools>security tab)

Select your group > add ace> select /home/users or /home/groups path and give privileges as jcr:all.

The issue will get resolved.

It doesn't work same way in classic-ui