i want to retrive all users under a org_id, i was able to get all users under the okta, but i cant find the org_id field to filter.
Hey there @vinicius.valenca welcome to the community!
You can retrieve all users for a specific org_id with the /api/v2/organizations/{id}/members of the Management API,
how can i do that inside a spring project ? i need to use the managment auth0 api ?
That’s correct - There are several Management API SDK libraries to choose from to make this easier: