Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/mod.ts>OrgClient#getAllOrgMembers

Various HTTP clients for miscellaneous use.
Go to Latest
method OrgClient.prototype.getAllOrgMembers
import { OrgClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/mod.ts";

Gets a list of all the public and private members with any role for an organization with a name that matches the OrgClient.ownerName.

Returns

Promise<UserModel[]>

The list of members for an organization.