updateMyUserProfile

public final Unit updateMyUserProfile(UserProfile profile, ErrorDetailHandler<List<String>> handler)

Updates the current user's profile.

It is recommended to fetch the latest profile first and update on top of it.

Parameters

profile

Update parameters containing the fields to modify

handler

Callback; on success error is null; on failure, detail contains the list of failed field keys