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

x/appwrite/mod.ts>Users#list

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

List Users

Get a list of all the project's users. You can use the query params to filter your results.

Parameters

optional
limit: number
optional
offset: number
optional
cursor: string
optional
cursorDirection: string
optional
orderType: string