updateUser

fun updateUser(user: User): Call<User>

Updates a single user.

Parameters

user

The user to be updated.