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

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

## Description

> Macro (excerpt)
> 
> Gets the user by their full name.

Gets the user by their full name.

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | fullName | String | Yes | Full name of a user |

## Return Type

**CUser**

Returns the first user found with the specified full name.

## Example

```javascript
CUser user = getUserByFullName("John Doe");
```

## See also

> Macro (contentbylabel)