Microsoft Defender "XDR" endpoint API Access (Powershell Script)
Hi Everyone,
We are trying to access different part of Microsoft Defender.
More precisely Endpoint after the XDR integration.
We want to be able to get the different Permission Role and Device Group created.
Also, the list of all advanced feature if they are enabled or not.
We want to be able to get information like this
The thing is, we try in a lot of way and could not find documentation about this precise request.
We try with Graph Api and Rest Api.
Always got error 401 (No permission).
Could it be that those API are Private API from Microsoft ?
https://security.microsoft.com/apiproxy/mtp/rbacManagementApi/rbac/user_roles
https://security.microsoft.com/apiproxy/mtp/rbacManagementApi/rbac/machine_groups
https://security.microsoft.com/apiproxy/mtp/settings/GetAdvancedFeaturesSetting
Hi Everyone, We are trying to access different part of Microsoft Defender. More precisely Endpoint after the XDR integration. We want to be able to get the different Permission Role and Device Group created.Also, the list of all advanced feature if they are enabled or not.We want to be able to get information like this The thing is, we try in a lot of way and could not find documentation about this precise request. We try with Graph Api and Rest Api. Always got error 401 (No permission). Could it be that those API are Private API from Microsoft ?https://security.microsoft.com/apiproxy/mtp/rbacManagementApi/rbac/user_roleshttps://security.microsoft.com/apiproxy/mtp/rbacManagementApi/rbac/machine_groupshttps://security.microsoft.com/apiproxy/mtp/settings/GetAdvancedFeaturesSetting Read More