getBoardOwner
Description
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
return getBoardOwner(12345);