# Person Search

## Person Search

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

This endpoint allows you to search a person

#### Request Body

| Name        | Type   | Description                                                             |
| ----------- | ------ | ----------------------------------------------------------------------- |
| CommunityID | string | The ID of the Community (Found on <https://therocketcad.com/integrate>) |
| ServerID    | string | The ID of the Server (Found on Owner Panel > FiveM Integration)         |
| Name        | string | The Name of the Person                                                  |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
Connection successful!
```

{% endtab %}
{% endtabs %}
