partialUpdateUser
fun partialUpdateUser(id: String, set: Map<String, Any> = emptyMap(), unset: List<String> = emptyList()): Call<User>
Updates specific user fields retaining the custom data fields which were set previously.
Return
Executable async Call.
Parameters
id
User ids.
set
The key-value data which will be added to the existing user object.
unset
The list of fields which will be removed from the existing user object.