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@0.0.2/mod.ts";

List Users

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

Parameters

optional
limit: number = [UNSUPPORTED]

limit

optional
offset: number = [UNSUPPORTED]

offset

optional
orderType: string = [UNSUPPORTED]

orderType

Returns

Promise<string>

Promise