[SalesForce] How to query the number of used License in salesforce

userLicense is the one of the standard object in salesforce. and used License is the one of the label in that object. my question is how to query the number of used license in userLicense Object.

Best Answer

You can't query license count in salesforce.

There is an Idea posted in idea exchange

You could try this approach

Related Topic