> 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/danh-sach-thanh-vien-trong-nhom.md).

# Danh sách thành viên trong nhóm

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>getGroupMembers</td><td></td></tr><tr><td>data</td><td><pre class="language-json"><code class="lang-json"><strong>{
</strong>  "accountId": "262941598338491044",
  "friendMap": [
        "262941598338491044",
        "5491276366716010294",
        "6883450943168503428"
    ]
 }
</code></pre></td><td></td></tr></tbody></table>

2. Response

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

```json
{
    "data": {
        "error_message": "Successful.",
        "data": {
            "profiles": {
                "262941598338491044": {
                    "accountStatus": 0,
                    "displayName": "Khanh Nguyen",
                    "avatar": "https://s75-ava-talk.zadn.vn/a/6/b/2/4/75/ee167c23afb0a5f824f4371aa96e46a4.jpg",
                    "id": "262941598338491044", // user_id
                    "zaloName": "Khanh Nguyen",
                    "lastUpdateTime": 1725986793 // thời gian cập nhật cuối
                },
                "5491276366716010294": {
                    "accountStatus": 0,
                    "displayName": "Kim Tuyến",
                    "avatar": "https://s75-ava-talk.zadn.vn/c/e/f/c/8/75/d64ab1034226bc4cdd928afaaae9fbd5.jpg",
                    "id": "5491276366716010294",
                    "zaloName": "Kim Tuy?n",
                    "lastUpdateTime": 1725667840
                },
                "6883450943168503428": {
                    "accountStatus": 0,
                    "displayName": "Duong Linh",
                    "avatar": "https://s75-ava-talk.zadn.vn/6/2/8/c/8/75/3a8f3d0070f300549abea5ce79009bf1.jpg",
                    "id": "6883450943168503428",
                    "zaloName": "Duong Linh",
                    "lastUpdateTime": 1710405678
                }
            },
            "unchangeds_profile": []
        },
        "error_code": 0
    },
    "status": "success"
}
```

{% endtab %}

{% tab title="400" %}

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

{% endtab %}
{% endtabs %}
