• Update a profile. For future expansion, the profile ID to update is required, but currently this must also be the "current" profile for the caller.

    import {Profiles} from '@verdocs/js-sdk/Users';

    const newProfile = await Profiles.updateProfile('PROFILEID');

    Parameters

    Returns Promise<IProfile>