> For the complete documentation index, see [llms.txt](https://docs.salework.net/salework-tai-lieu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salework.net/salework-tai-lieu/salework-zalo-open-api/contact/tim-lien-he-theo-so-dien-thoai.md).

# Tìm liên hệ theo số điện thoại

1. Body

<table><thead><tr><th>Name</th><th width="359">Type</th><th>Description</th></tr></thead><tbody><tr><td>service</td><td>contact</td><td></td></tr><tr><td>method</td><td>getUserByPhone</td><td></td></tr><tr><td>data</td><td><pre class="language-json"><code class="lang-json"><strong>{
</strong>  "accountId": "262941598338491044",
<strong>  "searchKey": "+84964913998"
</strong>}
</code></pre></td><td></td></tr></tbody></table>

2. Response

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

```json
{
    "data": {
        "error_message": "Successful.",
        "data": {
            "cover": "https://cover-talk.zadn.vn/default", // URL ảnh bìa
            "sdob": "01/01/1993", // Sinh nhật
            "uid": "1520724601182259224", // user_id
            "gender": 0, // Giới tính
            "dob": 725821200, // Sinh nhật dạng ts
            "zalo_name": "Saint Laurent", // Tên Zalo
            "avatar": "https://s240-ava-talk.zadn.vn/9/6/5/a/1/240/348237830fe20248809bc19bec39de36.jpg", // URL avatar
            "display_name": "Saint Laurent" // Tên Zalo
        },
        "error_code": 0
    },
    "status": "success"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}
```

{% endtab %}
{% endtabs %}
