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#getPublicMembers

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

Gets the given page of public members where the quantity of the page is the the given qtyPerPage, where the members have the given OrgMemberRole.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 public members for the organization.