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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | userHasCoreAccess(username) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Verifies if a user has access to the Jira Core application.

Verifies if a user has access to the Jira Core application.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| username | String | Yes | Username of the user that is being checked. |

## Return Type

**Boolean**

A "true" return value means that the user has access to Jira Core.

## Example

```
return userHasCoreAccess("jsmith");
```

Returns "true" if the user has access.

## See also

> Macro (contentbylabel)