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


## Description

> Macro (excerpt)
> 
> Retrieves the owner or administrator of a specific board.

Retrieves the owner or administrator of a specific board, providing information about who is responsible for its management and configuration.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getBoardOwner(boardId) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| boardId | Integer | Yes | Board id |

## Return Type

**String**

Gets the board owner

## Example

```javascript
return getBoardOwner(12345);
```

## See also

> Macro (contentbylabel)