## MedplumClient.getUserConfiguration() method

Returns the current user configuration if available.

**Signature:**

```typescript
getUserConfiguration(): WithId<UserConfiguration> | undefined;
```

**Returns:**

[WithId](/content/docs/sdk/core.withid) <UserConfiguration> | undefined

The current user configuration if available.

- [MedplumClient.getUserConfiguration() method](/content/docs/sdk/core.medplumclient.getuserconfiguration#medplumclientgetuserconfiguration-method/index.html)
