Access related

Hi, I have a specific use case where I need to enable access to Authors to create User group and to have the regular privileges.
As a default feature, Quicksight does not allow admin privileges for an author so I created an IAM policy which allows to create user groups and then applied the IAM policy by creating an assignment and applied to the User but this is not working.
Code I used to create IAM policy to create User group
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Effect”: “Allow”,
“Action”: [
“quicksight:CreateGroup”,
“quicksight:List*”,
“quicksight:Describe*”
],
“Resource”: “*”
}
]

I could see the Manage quicksight option is disabled when I switch a user role from Admin to Author which and eventually he is not able to do so even after applying this policy in the assignment.
Could you please help me with this query

Hi @Sriselvaraj24

Authors can not create user groups. It is an Administrative activity available only for the Admin roles.

Regards,
Giri