Get user token (by email and password) from the API

Hi @israelk,

Welcome to the Auth0 Community!

You can get access tokens directly in exchange for username/password with the password grant.

More info on how to do that here: Is there an easy way to get a user access token for testing?