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); Copy
import {Groups} from '@verdocs/js-sdk/Organizations';const groups = await Groups.getGroups(ORGID);
Get a list of groups for a given organization. The caller must have admin access to the organization.