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


## Description

> Macro (excerpt)
> 
> Retrieves a list of properties keys.

Retrieves a list of properties keys for the provided user.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getUserPropertiesKeys(accountId) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Return Type

**String[]**

## Example

```javascript
return getUserPropertiesKeys(currentUserKey());
```

## See also

> Macro (contentbylabel)