> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Identifier zur Allowlist hinzufügen

> Füge einen Identifier zur Allowlist hinzu.

Fügt die Allowlist für einen Identifier hinzu.

<CodeGroup>
  ```lua Export theme={null}
  exports["easy_allowlist"]:addIdentifierToAllowlist(identifier)
  ```

  ```lua Example theme={null}
  exports["easy_allowlist"]:addIdentifierToAllowlist("steam:71002010c2f9c5d")
  ```
</CodeGroup>

### Parameter

| Name         | Datentyp | Beschreibung                      |
| ------------ | -------- | --------------------------------- |
| `identifier` | string   | Der Haupt-Identifier des Spielers |


## Related topics

- [Allowlist](/de/easy-allowlist/server/allowlist/index.md)
- [Waffe zur Armory hinzufügen](/de/jobs-creator/server/armory/add-weapon-to-armory.md)
- [Befehlsnutzung](/de/easy-allowlist/commands-usage.md)
- [Identifier von Allowlist entfernen](/de/easy-allowlist/server/allowlist/remove-identifier-from-allowlist.md)
- [Server](/de/easy-allowlist/server/index.md)
