# Unit Group Add

{% hint style="warning" %}
This push event requires the **plus** version of Sonoran CAD or higher.\
For more information, see our [pricing ](https://docs.sonoransoftware.com/cad/pricing/faq)page.
{% endhint %}

## EVENT\_UNIT\_GROUP\_ADD POST

```javascript
{
    "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
    "type": "EVENT_UNIT_GROUP_ADD",
    "data": {
        "identId": 1,
        "identIds": [1, 2, 3], // OPTIONAL: Only sent when a unit group is having the name updated
        "groupName": "Ladder 61"
    }
}
```
