> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/flutter-sdk/auth/retrieve-user-information.md).

# Retrieve user information

You can retrieve the information of the current user with **`MBAuth.getUserProfile()`**.

```dart
MBUser user = await MBAuth.getUserProfile();
```
