

# View a resource-based delegation policy with Amazon Organizations
<a name="view-delegated-resource-based-policy"></a>

From the management account, view your organization’s resource-based delegation policy to understand which delegated administrators have access to manage which policy types.

**Minimum permissions**  
To view the resource-based delegation policy, you need permissions to run the following action: `organizations:DescribeResourcePolicy`. 

------
#### [ Amazon Web Services Management Console ]

**To view a delegation policy**

1. Sign in to the [Amazon Organizations console](https://console.amazonaws.cn/organizations/v2). You must sign in as an IAM user, assume an IAM role, or sign in as the root user ([not recommended](https://docs.amazonaws.cn/IAM/latest/UserGuide/best-practices.html#lock-away-credentials)) in the organization’s management account.

1. Choose **Settings**.

1. In the **Delegated administrator for Amazon Organizations** section, scroll to view the full delegation policy.

------
#### [ Amazon CLI & Amazon SDKs ]

**View a delegation policy**  
You can use the following command to view a delegation policy: 
+ Amazon CLI: [describe-resource-policy](https://docs.amazonaws.cn/cli/latest/reference/organizations/describe-resource-policy.html)

  The following example retrieves the policy.

  ```
  $ aws organizations describe-resource-policy
  ```
+ Amazon SDK: [DescribeResourcePolicy](https://docs.amazonaws.cn/organizations/latest/APIReference/API_DescribeResourcePolicy.html)

------