Need help finding Azure table for Users and Groups information

Hello All,

I want to use the Azure Plugin to get details of Users and Groups in an Azure account. I couldn’t find an Azure table that provides this information. I can get information about the resources like function apps, subscriptions, identities, etc., from the azure_resources_resources table.

Which table provides information about Users and Groups? I would really appreciate your response.

Hi @caring-turkey :wave:

Currently, the official CloudQuery Azure plugin does not support users and groups. There is, however, a 3rd party azuread plugin that may have the tables you are looking for.

Thank you @martin!