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


## Description

> Macro (excerpt)
> 
> Returns a string array of request participants keys.

Returns a string array of request participants keys.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getRequestParticipants(requestId_or_Key) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| requestId_or_Key | String | Yes | The key or id of the selected request. |

## Return Type

**String**

## Example

```javascript
return getRequestParticipants("JSD-10");
```

Returns the string array of request participants keys.

## See also

> Macro (contentbylabel)