refreshUser

abstract suspend fun refreshUser(): MimiUser

Attempt to load and return the most updated state of the Mimi User from the backend, updating the UserController.mimiUser.

Return

the current MimiUser.

Throws

if the request cannot be successfully completed.