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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetProjectIssueSecurityLevelsFor(pkey, user) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | getProjectIssSecLevelsFor(pkey, user) |

## Description

> Macro (excerpt)
> 
> Returns all the project issue security levels, as set by the scheme, for the specified user.

Returns all the project issue security levels, as set by the scheme, for the specified user.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| pkey | String | Yes | Project key. |
| user | String | Yes | User. |

## Return Type

**Number []**

The requested security levels ids for that user on that project.

## See also

> Macro (contentbylabel)