# Xét duyệt thành viên

1. Body

<table><thead><tr><th width="154.5999755859375">Name</th><th width="559.7999267578125">Type</th></tr></thead><tbody><tr><td>service</td><td>contact</td></tr><tr><td>method</td><td><p></p><pre><code>reviewJoinGroup
</code></pre></td></tr><tr><td>data</td><td><pre class="language-json"><code class="lang-json"><strong>{
</strong>  "accountId": "262941598338491044",
  "groupId": "2892451276373630223",
  "isApprove" : 0 hoặc 1 (0 từ chối,1 duyệt),
  "members" :["289245127637363","598338491598338491"]
   }
</code></pre></td></tr></tbody></table>

2. Response

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

```json
{
    "data": {
        "error_message": "Successful.",
        "data": "",
        "error_code": 0
    },
    "status": "success"
}
```

{% endtab %}

{% tab title="400" %}

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

{% endtab %}
{% endtabs %}
