Hello, I’m setting up a postman collection for my team. The requirement does require a request to get access_token from Auth0. We’re using the multi-tenant architecture, so we need to pass in the organization param so that we can get back the access_token contains the org_id claim.
The question is: Can we achieve this requirement in non-interactive mode?
I think you are looking to use organizations with the client credentials grant. Unfortunately, that is not currently possible, but is something that has been explored internally. I would suggest creating feature request here: Feedback