I want to change the user Role of a User when he is viewing a special page i.e. "page id 1"
I think it could be done with
wp_update_user
But I don't know how.
And it also only change when user has a special user role i.e. editor.
How can I do this?