> 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/jobs-creator/server/boss/on-player-hired.md).

# On player hired

Triggered when a player has been hired in a job

## Event

```lua
RegisterNetEvent("jobs_creator:boss:playerHired", function(playerId, jobName)

end)
```

### Parameters

| Name      | Data Type | Description                                   |
| --------- | --------- | --------------------------------------------- |
| playerId  | integer   | Player's server ID                            |
| `jobName` | string    | The job ID which the player has been hired in |
