We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8650f7 + a88a82e commit 6a00483Copy full SHA for 6a00483
docs/document/server-side/group_member.md
@@ -1937,7 +1937,7 @@ DELETE https://{host}/{org_name}/{app_name}/chatgroups/{group_id}/white/users/{u
1937
| `data` | JSON Array | 响应数据。|
1938
| - `result` | Bool | 移除结果:<br/> - `true`:移除成功;<br/> - `false`:移除失败。 |
1939
| - `action` | String | 执行的操作。在该响应中,该字段的值为 `remove_user_whitelist`,表示将成员移出群组白名单。 |
1940
-| - `user` | String | 移除群组白名单的用户 ID,多个用户 ID 以英文逗号(",")分隔。 |
+| - `user` | String | 移除群组白名单的用户 ID。 |
1941
| - `groupid` | String | 群组 ID。 |
1942
1943
其他字段及描述详见 [公共参数](#公共参数)。
0 commit comments