ユーザーライセンス関連SOQL
ライセンス種類ことの使用済み、トータル、ステータスなどの情報を取得する
select Id, Name, UsedLicenses, TotalLicenses, Status, MasterLabel, LicenseDefinitionKey from UserLicense
参照リンク:
ProfileのUserTypeより使用済み取得
Select count(Id), Profile.UserType From User WHERE IsActive = TRUE And Profile.UserType = 'CSPLitePortal' Group By Profile.UserType
参照リンク: