How to get access_token with organization in non-interactive mode

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?

Hi @ngoc.vo,

Welcome to the Auth0 Community!

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

Thank you!

2 Likes

Thanks so much for your information @dan.woda.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.