• Create a profile. If the caller does not have a "current" profile set, the new profile will be made current.

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

    const newProfile = await Profiles.createProfile({ first_name: 'FIRST', last_name: 'LAST', email: 'EMAIL' });

    Parameters

    Returns Promise<IProfile>