Get the user's available profiles. The current profile will be marked with current: true.
current: true
import {Profiles} from '@verdocs/js-sdk/Users';const profiles = await Profiles.getProfiles() Copy
import {Profiles} from '@verdocs/js-sdk/Users';const profiles = await Profiles.getProfiles()
Get the user's available profiles. The current profile will be marked with
current: true
.