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@9.1.0/mod.ts";

Create team

Create a new team. The user who creates the team will automatically be assigned as the owner of the team. Only the users with the owner role can invite new members, add new owners and delete or update the team.

Parameters

teamId: string
name: string
optional
roles: string[]