• Get a list of groups for a given organization. The caller must have admin access to the organization.

    import {Groups} from '@verdocs/js-sdk/Organizations';

    const groups = await Groups.getGroups(ORGID);

    Parameters

    Returns Promise<IGroup[]>