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@6.0.0-RC1/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.

In admin mode, this endpoint returns a list of all the teams in the current project. Learn more about different API modes.

Parameters

optional
queries: string[]

Returns

Promise<Models.TeamList>