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

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

## Description

> Macro (excerpt)
> 
> Returns the full name (firstname and lastname) of the specified user.

Returns the full name (firstname and lastname) of the specified user.

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | userNameOrKey | String | Yes | User name or key of a user to retrieve full name for. |

## Return Type

**String**

## Example

```javascript
return userFullName("jdoe");
```

## See also

> Macro (contentbylabel)