## MedplumClient.getProfile() method [​](/content/docs/sdk/core.medplumclient.getprofile#medplumclientgetprofile-method/index.html)

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

**Signature:**

```typescript
getProfile(): ProfileResource | undefined;
```

**Returns:**

[ProfileResource](/content/docs/sdk/core.profileresource) | undefined

The current user profile resource if available.
