I am a C# developer and I saw here (Auth0 Management API v2) that I can get the organization members with their roles using HttpClient. Is there any way to do this (getting organization members with their roles) using ManagementApiClient (IOrganizationsClient or whatever).
As this is a new feature of the Management API itself, it’s not yet supported in any Management API client yet. We are discussing adding it to some of the clients, but I’m unable to confirm when or if that will happen at the moment. While not ideal, currently you will need to get get users and then get roles.