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


## Description

> Macro (excerpt)
> 
> User favorite dashboards

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

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetFavouriteDashboards(userId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | favouriteDashboards(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 starred by the specified user

## See also

> Macro (contentbylabel)