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

x/kd_clients/mod.ts>OrgClient#getPrivateMembers

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

Gets the given page of private members where the quantity of the page is the the given qtyPerPage, where the members have the given qtyPerPage, where the members have the given member role.

Parameters

optional
page = [UNSUPPORTED]

The page of results to return.

optional
qtyPerPage = [UNSUPPORTED]

The total to return per page.

optional
role: OrgMemberRole = [UNSUPPORTED]

The member role to filter by.

Returns

Promise<UserModel[]>

The list of private members for the organization.