Apply a custom permissions profile to an account
To apply a custom permissions profile to an account
-
Open the QuickSight console
. -
From the top right, choose the profile icon.
-
Choose Manage QuickSight. Only QuickSight administrators will be able to view this page.
-
Choose the Manage Users section, and then choose Manage Custom Permissions.
-
Locate the desired account custom permission. In the options menu under Actions, choose Set as account profile.
Apply a custom permissions profile to an account using the QuickSight APIs
After you have created a custom permissions profile, use the QuickSight API to add or change the custom permissions profile that is assigned to an account.
Before you begin, you will need to set up and configure the Amazon CLI. For more information
about installing the Amazon CLI, see see
Install or update the latest version of the Amazon CLI
and Configure the Amazon CLI
in the Amazon Command Line Interface user guide. You also need the following IAM permissions:
quicksight:UpdateAccountPermission
, quicksight:DescribeAccountPermission
,
and quicksight:DeleteAccountCustomPermission
.
The following example calls the UpdateAccountPermission
API to update the custom
permissions that are assigned to an account.
aws quicksight update-account-custom-permission \ --aws-account-id
AWSACCOUNTID
\ --custom-permissions-namePERMISSIONNAME
\ --regionREGION
The following example returns the custom permissions profile that is assigned to an account.
aws quicksight describe-account-custom-permission \ --aws-account-id
AWSACCOUNTID
\ --regionREGION
The following example unapplies a custom permissions profile from an account.
aws quicksight delete-account-custom-permission \ --aws-account-id
AWSACCOUNTID
\ --regionREGION