updateUserProfile

abstract suspend fun updateUserProfile(userProfile: UserProfile): UserProfileManagementService.UpdateUserProfileResult

Updates the user profile with the ID of userProfile with values from userProfile. Note that ID cannot be changed with update.

Return

UpdateUserProfileResult.Success if the user profile has been updated. UpdateUserProfileResult.Failure if the call failed.