# player\_id

#### player\_id

The unique player identifier of the player performing the action as defined in the [\<player\_obj>](https://hh-specs.handhistory.org/player-object/player-object-definition).

**Type:** integer

**Nullable:** true

{% hint style="info" %}
Most actions require a player\_id, but some (like "Add to Pot") do not, and for those this can be omitted or set to null.
{% endhint %}

**Example:**

```javascript
"player_id": 3
```
