---
title: "admGetDashboardsForUser"
canonical: "https://support.appfire.com/space/PSJC/748618168/admGetDashboardsForUser"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> User-accessible dashboards

Returns all dashboards accessible by the the specified user.
 User does not necessarily is the owner!. Filtering is provided on Jira side

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetDashboardsForUser(userId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | dashboardsForUser(userId) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| userId | string | Yes | The account id |

## Return Type

**[JDashboard []](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

All the dashboard accessible by the specified userId

## See also

> Macro (contentbylabel)