Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Teams#create

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Teams.prototype.create
Re-export
import { Teams } from "https://deno.land/x/appwrite@0.0.2/mod.ts";

Create Team

Create a new team. The user who creates the team will automatically be assigned as the owner of the team. The team owner can invite new members, who will be able add new owners and update or delete the team from your project.

Parameters

name: string

name

optional
roles: Array<any> = [UNSUPPORTED]

roles

Returns

Promise<string>

Promise