core.medplumclient.getprofile | Medplum

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.