v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity Monitoring
Get Entra ID Azure App Registration prerequisites
Get the Azure App Registrations discovered for the organization and whether at least one of them has resource collection enabled, which is a prerequisite for activating the Entra ID entity context sync integration.
get/api/v2/security_monitoring/configuration/integration_config/entra_id/azure_app_registrations
Response
OK
Example response
{
"data": {
"attributes": {
"azure_app_registrations": [
{
"client_id": "66666666-7777-8888-9999-000000000000",
"resource_collection_enabled": true,
"subscription_count": 3,
"tenant_id": "11111111-2222-3333-4444-555555555555"
}
],
"has_valid_prerequisite": true,
"integration_id": "11111111-2222-3333-4444-555555555555",
"is_enabled": true,
"subscribed_at": "2026-05-01T12:00:00Z"
},
"id": "123456",
"type": "entra_id_azure_app_registrations"
}
}