getUserById

Returns the User with the given id. Must validate that the User exists.

Return

The Result of the operation.

Parameters

id
The id of the User.
open suspend override fun getUserById(id: String): Result<UserProfile>