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

x/appwrite/src/services/teams.ts>Teams#list

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

List Teams

Get a list of all the teams in which the current user is a member. You can use the parameters to filter your results.

Type Parameters

Preferences extends Models.Preferences

Parameters

optional
queries: string[]

Returns

Promise<Models.TeamList<Preferences>>