• Get the user's available profiles. The current profile will be marked with current: true.

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

    const profiles = await Profiles.getCurrentProfile()

    Parameters

    Returns Promise<undefined | IProfile>