> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://help.sigmacomputing.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://help.sigmacomputing.com/_mcp/server.

# CurrentUserFullName

> The CurrentUserFullName function returns the current (signed-in) user’s full name as configured in the user’s profile.

The **CurrentUserFullName** function returns the current (signed-in) user’s first and last name as configured in the user’s profile.

To return the user's first name or email address, use the **[CurrentUserFirstName](/docs/currentuserfirstname)** or **[CurrentUserEmail](/docs/currentuseremail)** function.

## Syntax

```
CurrentUserFullName()
```

**CurrentUserFullName** has no function arguments because it’s context-sensitive and doesn’t depend on any explicitly provided values.

## Example

An admin applies a workbook as the custom homepage for their team. The workbook contains a text element with the message “Welcome” followed by a dynamic value that references the **CurrentUserFullName** function.

When John Wooden logs into Sigma, the custom homepage displays a “Welcome John Wooden” message.

![](https://sigma-docs-screenshots.s3.us-west-2.amazonaws.com/Functions/currentuserfullname_example1.png)

Likewise, when Bill Walton logs in, the custom homepage displays a “Welcome Bill Walton” message.

![](https://sigma-docs-screenshots.s3.us-west-2.amazonaws.com/Functions/currentuserfullname_example2.png)

## Related resources

* [CurrentUserFirstName](/docs/currentuserfirstname)
* [CurrentUserEmail](/docs/currentuseremail)