This is especially useful if you don’t have a login to create accounts through the web interface.

# create user
drush ucrt newUser --mail="user@example.com" --password="passw0rd"
# add a role to the new user
drush urol administrator newUser