As an Admin can retrieve the users by an organization with more information.
Maybe it is good to have the endpoint where we can get Users by Organization Endpoint similar to Retrieve Users with the Get Users by ID Endpoint?
As an Admin can retrieve the users by an organization with more information.
Maybe it is good to have the endpoint where we can get Users by Organization Endpoint similar to Retrieve Users with the Get Users by ID Endpoint?
Hi @siddalingappa ,
Welcome to the Auth0 Community!
To get the list of users belonging to an organization, you can request the
GET/api/v2/organizations/{id}/members endpoint.
I tried it in Postman and it works.
Hope this helps!
This topic was automatically closed after 11 days. New replies are no longer allowed.