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


## Description

> Macro (excerpt)
> 
> User-owned dashboards

Returns all dashboards for the specified owner.
 Filtering is provided on Jira side

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetDashboardsByOwner(userId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | dashboardsByOwner(userId) |

## Parameters

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

## Return Type

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

All the dashboard which have as a owner the specified userId

## See also

> Macro (contentbylabel)