Get a profile's permissions. The caller must have admin access to the given profile.
import {Profiles} from '@verdocs/js-sdk/Users';const permissions = await Profiles.getProfilePermissions('PROFILEID'); Copy
import {Profiles} from '@verdocs/js-sdk/Users';const permissions = await Profiles.getProfilePermissions('PROFILEID');
Get a profile's permissions. The caller must have admin access to the given profile.