Get a JWT for an organization through API - Trying to link with ReTool

No worries! I just want to make sure I understand your use case fully :slight_smile:

It depends on the login flow you have configured for your application/connection in Auth0, when a user goes to login through an organization via Universal Login (most common) an authorize request is constructed which includes the org_id:

If you have the login in details and are able to go through the login flow for a user, then kicking off an auth flow using the aforementioned authorize request + org_id should do the trick. Unfortunately, this will most likely be difficult to automate unless using a “password” grant type.