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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getUserByFullName(fullName) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

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

Gets the user by full name.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| fullName | String | Yes | Full name. |

## Return Type

**[JUser](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15487117)**

Returns the first user found with the specified full name.

## See also

> Macro (contentbylabel)