How to change Attribute Name in Sorting URLs

I have a URL like this:


http://example.dev/user?sort=user_id

I want to change the


sort=user_id

to


sort=newest_user

or whatever I want.

In fact I still sort by the


user_id

but I just want URL to show as


newest_user

.

Can anybody guide me how to achieve this?