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@5.0.1/mod.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
limit: number
optional
offset: number
optional
cursor: string
optional
cursorDirection: string
optional
orderType: string