Skip to main content

Add group

POST /v1/group/:docId

Add a group by (optionally) an Id

Request Body required
  • name string

    Name of the group

  • desc string

    Description of the group

  • color string

    Color of the object (#ffffff, #ffffffff or ffffff)

  • private boolean

    Whether this object is private

  • preventTrusted boolean

    Wheter trusted friends are prevented from seeing this private object

  • supportDescMarkdown boolean

    Whether the description supports markdown

  • emoji string

    Emoji of the group

  • parent string

    Parent group ID, if no parent use "root".

  • members string[]

    Members of this group

Responses

OK

Loading...