# **Permissions**

Depending on which actions you would like to execute in Custom Dashboards, the following [permissions](https://coralogix.com/docs/user-guides/account-management/user-management/create-roles-and-permissions/) are necessary.

| **Resource**      | **Action**           | **Description**                                             |
| ----------------- | -------------------- | ----------------------------------------------------------- |
| `team-dashboards` | `Read`               | View public Custom Dashboards                               |
| `team-dashboards` | `Update`             | Manage public Custom Dashboards (edit, delete, etc.)        |
| `team-dashboards` | `ReadAccessPolicy`   | View access policies for public Custom Dashboards           |
| `team-dashboards` | `UpdateAccessPolicy` | Manage access policies for public Custom Dashboards         |
| `home-dashboard`  | `ReadTeamWidgets`    | View public Home Dashboard widgets                          |
| `home-dashboard`  | `ReadUserWidgets`    | View private Home Dashboard widgets                         |
| `home-dashboard`  | `UpdateTeamWidgets`  | Manage (create, edit, delete) public Home Dashboard widgets |
| `home-dashboard`  | `UpdateUserWidgets`  | Manage private Home Dashboard widgets                       |

## API

### HTTP

| **API Name**                                                                         | **Usage**                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Dashboards](https://docs.coralogix.com/api-reference/v5/dashboard-service/overview) | The Dashboards API is subject to the same RBAC actions documented above. See its **Authentication and permissions** section for the Bearer-token requirement and the per-endpoint permission matrix that maps to the `team-dashboards` and `home-dashboard` actions on this page. |
