For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrieve user information

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

MBUser user = await MBAuth.getUserProfile();

Last updated