> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/easy-allowlist/server/queue/set-identifier-queue-priority.md).

# Set identifier queue priority

To set an identifier queue priority

## Export

```lua
exports["easy_allowlist"]:setIdentifierQueuePriority(identifier, priority)
```

### Parameters

| Name         | Data Type | Description              |
| ------------ | --------- | ------------------------ |
| `identifier` | string    | Player's main identifier |
| `priority`   | integer   | Queue priority           |

## Example

```lua
exports["easy_allowlist"]:setIdentifierQueuePriority("steam:71002010c2f9c5d", 15)
```
