Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function getOrganizationDetail
import { getOrganizationDetail } from "https://deno.land/x/kview@0.14.1/utils/dash.ts";

For a given organization, retrieve the organization details.

Parameters

id: string

Returns

Promise<{ organization: DashOrganizationDetail; }>