# Assign to Call

## Assign Call

<mark style="color:green;">`POST`</mark> `https://therocketcad.com/api/1.1/wf/cad_assigncall`

This endpoint allows you to attach a unit to a call.

#### Request Body

| Name        | Type    | Description                                                                 |
| ----------- | ------- | --------------------------------------------------------------------------- |
| CommunityID | string  | The ID of your Community (Found under <https://therocketcad.com/integrate>) |
| ServerID    | string  | The ID of your Server (Found under Owner Panel > FiveM Integration)         |
| Identifier  | string  | The Identifier of the User                                                  |
| CallNumber  | integer | The Call Number you wish to assign to the user                              |

{% tabs %}
{% tab title="200 " %}

```
Successful connection!
```

{% endtab %}
{% endtabs %}
