---
title: "currentUserFullName"
canonical: "https://support.appfire.com/space/PSCONF/15303027/currentUserFullName"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | currentUserFullName() | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Returns the full name (firstname, lastname) of the user that triggered the script.

Returns the full name (firstname, lastname) of the user that triggered the script.

## Return Type

**String **

## Example

```javascript
return currentUserFullName();
```

## See also

> Macro (contentbylabel)