Interface > healthstack.backend.integration.registration > UserRegistrationClient > updateUser

updateUser

[androidJvm]
abstract suspend fun updateUser(idToken: String, userId: String, userProfile: UserProfile)

Used to update user's profile who joined through the app to the backend.

Parameters

androidJvm

idToken An encrypted token containing the user's information issued when the logs in to the application.
userId Id of the user to be updated.
userProfile Data including profile information collected from the Profile View.