pub async fn update_registration_with_id(
configuration: &Configuration,
user_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
registration_request: Option<RegistrationRequest>,
) -> Result<RegistrationResponse, Error<UpdateRegistrationWithIdError>>
Expand description
Updates the registration for the user with the given Id and the application defined in the request.