FetchLicenseCount()

The FetchLicenseCount() function can be used for fetching the total amount of licenses.

Arguments

Type

Required

Default

import PyAuthGG

Admin = PyAuthGG.Administration("ADMIN API KEY")

Admin.FetchLicenseCount()

Success Response

{
   "status":"success",
   "value":"55"
}

Last updated

Was this helpful?