-
mjr.epicfail
- Veeam Legend
- Posts: 604
- Liked: 166 times
- Joined: Apr 22, 2022 12:14 pm
- Full Name: Danny de Heer
- Contact:
VBR (V13) and Entra backup user license count
Hi,
I'm trying to make sense of the licenses count for Entra backups.
Rolled out a new VBR, configured Entra tenant, and made a backup job.
There are some 60+ users in Entra where around +-20 are Member and Active.
When checking the required licenses (rental) in the GUI I can only see the required license 10packs, not the "real per user license need".
In the API, I get the same response: the x times 10pack required.
Is there a way to see how many users are counted towards the license in VBR GUI or API?
I'm trying to make sense of the licenses count for Entra backups.
Rolled out a new VBR, configured Entra tenant, and made a backup job.
There are some 60+ users in Entra where around +-20 are Member and Active.
When checking the required licenses (rental) in the GUI I can only see the required license 10packs, not the "real per user license need".
In the API, I get the same response: the x times 10pack required.
Is there a way to see how many users are counted towards the license in VBR GUI or API?
VMCE / Veeam Legend 2*
-
mjr.epicfail
- Veeam Legend
- Posts: 604
- Liked: 166 times
- Joined: Apr 22, 2022 12:14 pm
- Full Name: Danny de Heer
- Contact:
Re: VBR (V13) and Entra backup user license count
I also have a supportcase: 07904572
VMCE / Veeam Legend 2*
-
Mildur
- Product Manager
- Posts: 11289
- Liked: 3131 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: VBR (V13) and Entra backup user license count
Hi Danny,
I noticed you added a similar comment in the API topic.
I’ll need to check with QA and do some research to see if there’s currently a way to achieve that.
May I ask why you need the user count? Are you looking to bill per member account instead of billing the entire “10‑pack”?
Best,
Fabian
I noticed you added a similar comment in the API topic.
I’ll need to check with QA and do some research to see if there’s currently a way to achieve that.
May I ask why you need the user count? Are you looking to bill per member account instead of billing the entire “10‑pack”?
Best,
Fabian
Product Management Analyst @ Veeam Software
-
mjr.epicfail
- Veeam Legend
- Posts: 604
- Liked: 166 times
- Joined: Apr 22, 2022 12:14 pm
- Full Name: Danny de Heer
- Contact:
Re: VBR (V13) and Entra backup user license count
It’s 2fold.
While I trust the calculation done by veeam, I want to be able to check if the calculation is done right.
Like in the example , the user count shown in the Job is higher than the license count. I know that only active enabled members are counted but there is currently no way to check this.
Maybe I’ll add a FR to and endpoint to show the user count per configured and backedup Microsoft tenant. Similar like vb365 seat count.
While I trust the calculation done by veeam, I want to be able to check if the calculation is done right.
Like in the example , the user count shown in the Job is higher than the license count. I know that only active enabled members are counted but there is currently no way to check this.
Maybe I’ll add a FR to and endpoint to show the user count per configured and backedup Microsoft tenant. Similar like vb365 seat count.
VMCE / Veeam Legend 2*
-
Mildur
- Product Manager
- Posts: 11289
- Liked: 3131 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: VBR (V13) and Entra backup user license count
Hi Danny,
A quick update — I’ve reached out to our REST API/PowerShell team to check if there’s any unsupported method available today.
If not, I’ll note it as an improvement request.
Best,
Fabian
A quick update — I’ve reached out to our REST API/PowerShell team to check if there’s any unsupported method available today.
If not, I’ll note it as an improvement request.
Best,
Fabian
Product Management Analyst @ Veeam Software
-
Mildur
- Product Manager
- Posts: 11289
- Liked: 3131 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: VBR (V13) and Entra backup user license count
Hi Danny
I apologize for the late answer. We have this three options today to list the amount of protected members:
1.) Check on Entra side what will be the subject for our licensing by such ms graph request https://developer.microsoft.com/en-us/g ... h-explorer
2.) Use VBR Restore Explorer UI to check enabled members.

3.) Use VRB rest API to filer backed-up enabled members
We have ideas on how to build your request in the future, but no ETA yet.
Best,
Fabian
I apologize for the late answer. We have this three options today to list the amount of protected members:
1.) Check on Entra side what will be the subject for our licensing by such ms graph request https://developer.microsoft.com/en-us/g ... h-explorer
Code: Select all
GET «https://graph.microsoft.com/v1.0/users?$filter=userType eq 'Member' and accountEnabled eq true &$select=id,displayName,userPrincipalName,userType,accountEnabled»
3.) Use VRB rest API to filer backed-up enabled members
Code: Select all
Post /api/v1/backupBrowser/entraIdTenant/{backupId}/browse
{
"type": "User",
"filter": {
"usertype": "member", "accountEnabled":"true"
},
"sorting": {
"property": "userName",
"direction": "ascending"
}
}Best,
Fabian
Product Management Analyst @ Veeam Software
Who is online
Users browsing this forum: No registered users and 255 guests