Skip to main content

core.medplumclient.getprofile

Home > @medplum/core > MedplumClient > getProfile

MedplumClient.getProfile() method

Returns the current user profile resource if available. This method does not wait for loading promises.

Signature:

getProfile(): ProfileResource | undefined;

Returns:

ProfileResource | undefined

The current user profile resource if available.