core.medplumclient.getuserconfiguration
Home > @medplum/core > MedplumClient > getUserConfiguration
MedplumClient.getUserConfiguration() method
Returns the current user configuration if available.
Signature:
getUserConfiguration(): WithId<UserConfiguration> | undefined;
Returns:
WithId<UserConfiguration> | undefined
The current user configuration if available.