getMyUser

abstract fun getMyUser(): User

Get logged in User object.

Returns the User object for your currently logged in User. You can query and update this object at will.

Return

Own User object.

Throws

If ConversationClient isn't synchronized properly.