Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 453 Bytes

chat_group.create.md

File metadata and controls

19 lines (16 loc) · 453 Bytes

Payload

{
// Required
    name: string;
    meeting_id: Id;

// Optional
    read_group_ids: Id[];
    write_group_ids: Id[];
}

Action

Creates a new chat group in the given meeting. Only enabled, if organization/enable_chat and meeting/enable_chat is true. The weight must be set to max(weight)+1 of all chat groups of the meeting. The name of a chat group is unique.

Permissions

The request user needs chat.can_manage.