Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify IM Create Group REST API #441

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/document/server-side/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ POST https://{host}/{org_name}/{app_name}/chatgroups
| `allowinvites` | Bool | 是 | 是否允许群成员邀请用户加入群组:<br/> - `true`:群成员可拉人入群;<br/> - (默认)`false`:只有群主或者管理员才可以拉人入群。<br/> 注:该参数仅对私有群有效,因为公开群不允许群成员邀请其他用户入群。 |
| `membersonly` | Bool | 否 | 用户申请入群是否需要群主或者群管理员审批。 <br/> - `true`:需要; <br/> - (默认)`false`:不需要,用户直接进群。 |
| `invite_need_confirm` | Bool | 否 | 邀请用户入群时是否需要被邀用户同意。<br/> - (默认)`true`:是;<br/> - `false`:否。 |
| `owner` | String | 是 | 群组的管理员。 |
| `owner` | String | 是 | 群主的用户 ID。 |
| `members` | Array | 否 | 群组成员的用户 ID 数组。该数组可包含 1-100 个元素,不包含群主的用户 ID。 |
| `custom` | String | 否 | 群组扩展信息,例如可以给群组添加业务相关的标记,不要超过 1,024 字符。 |

Expand Down