function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ramya DeshpandeRamya Deshpande 

How Do API calls for Login License per user get calculated for customer community?

As we calculate login license user, For instance, if you purchased 20K logins, you can use 20K logins every month. Is the same calculation goes for API calls for Login License per user ? As per login license calculation, API calls calculation is also cumulative?
NagendraNagendra (Salesforce Developers) 
Hi Ramya,

For instance, if you purchased 20K logins, you can use 20K logins every month.

Based on the documentation, the login type licenses are actually provisioned in 1:20 ratio. So, in this case, you will actually have 400,000 licenses.

The ration between the number of monthly logins you purchase and the number of login licenses that are provisioned in your org is 1 to 20. For example, if you purchase 1,000 monthly logins, then 20,000 login licenses are provisioned in your Org.

In the same documentation, you will find the limits for API Only calls mentioned as in the screenshot below. Unfortunately, it looks like for Customer Community, there's none available and only available for other Community license types.
User-added image
Faiyazuddin ShaikFaiyazuddin Shaik
Hi Nagendra, Thanks for providing the info. The specific question is  - If I have 1000 monthly login licenses, Does it mean I can make 1000 X 10  = 10,000 API Calls per month???