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

x/appwrite/mod.ts>Teams#list

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

List Teams

Get a list of all the current user teams. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of the project teams. Learn more about different API modes.

Parameters

optional
limit: number = [UNSUPPORTED]

limit

optional
offset: number = [UNSUPPORTED]

offset

optional
orderType: string = [UNSUPPORTED]

orderType

Returns

Promise<string>

Promise