Get a profile. The caller must have admin access to the given profile. TODO: Add a "public" profile endpoint for public pages
import {Profiles} from '@verdocs/js-sdk/Users';const profile = await Profiles.getProfile('PROFILEID'); Copy
import {Profiles} from '@verdocs/js-sdk/Users';const profile = await Profiles.getProfile('PROFILEID');
Get a profile. The caller must have admin access to the given profile. TODO: Add a "public" profile endpoint for public pages