Hi @Erwin Linker,
As per Backup for Entra ID User Guide
1. Send GET to /api/v1/license/instances?typeFilter=EntraID as per this reference.
2. Query Entra ID tenants by names from the response.
3. Obtain usedInstancesNumber from the response and multiply it by 10.
Formatted data with the final results could look like this:
"name": "tenant name",
"usedInstancesNumber: 10,
"usersCount": 100
Best regards,
Oleg
As per Backup for Entra ID User Guide
Aligning it with the fact that one Entra ID backup job processes one tenant, you can get users count per protected tenant in a job in the folllowing way:Veeam Backup for Microsoft Entra ID is licensed by the number of protected Microsoft Entra ID users. Each 10 protected users consume one Veeam Universal License instance from the license scope.
1. Send GET to /api/v1/license/instances?typeFilter=EntraID as per this reference.
2. Query Entra ID tenants by names from the response.
3. Obtain usedInstancesNumber from the response and multiply it by 10.
Formatted data with the final results could look like this:
"name": "tenant name",
"usedInstancesNumber: 10,
"usersCount": 100
Best regards,
Oleg
Statistics: Posted by oleg.feoktistov — Sep 03, 2025 12:34 pm






