GenerateEmbedUrlForRegisterUser policy at namespace level

Hi,

I am looking to add a policy at namespace level for GenerateEmbedUrlForRegisterUser.

I added like this, but it throws 403 error. which says " “arn:aws:quicksight:us-east-2:{{accountId}}:user/default/username” no identity-based policy allows quicksight:: GenerateEmbedUrlForRegisterUser action.

{
“Action”: [
“quicksight:GenerateEmbedUrlForRegisteredUser”
],
“Resource”: [
“arn:aws:quicksight:us-east-2:{{accountId}}:namespace/default”,
],
“Effect”: “Allow”
},
Can some one help with this?

Hello @sav0819!

I believe that error is happening because you do not have the IAM permissions to perform that action. I would double check that you do and retry.

1 Like

Hello @sav0819 !

Were you able to try my suggestion above? If it worked could you mark my comment as a solution to help the community?