Oauth2 "email" instead of "username"

I am accessing a system using oauth2. I’m trying to get the bearer token but the target systems want “email” instead of “username” when passing the user credentials.

Is there a way to configure the authorization in postman for oauth2 to change the variable name it is sending to something other than “username”?

I can do this in curl

Hi @cgetner

If you can do this in curl, then just import that curl command into Postman and it should configure everything for you.