core / com.schibsted.account.network.service.user / UserService / updateUserProfile

updateUserProfile

fun updateUserProfile(userId: String, userToken: TokenResponse, profileData: Map<String, Any>): Call<Unit>

Updates the user's profile data

Parameters

userId - The user's ID, this must match the one in the user token

userToken - The user's access token

Return
Success if okay, failure otherwise