modifyUser

suspend fun modifyUser(user: ModifyUser): User(source)

Modify the current user.

Return

The updated user.

Parameters

user

The modifications to make to the user.

Throws