class Grouplicenseusers extends Resource (View source)

The "grouplicenseusers" collection of methods.

Typical usage is:

 $androidenterpriseService = new Google\Service\AndroidEnterprise(...);
 $grouplicenseusers = $androidenterpriseService->grouplicenseusers;

Methods

listGrouplicenseusers(string $enterpriseId, string $groupLicenseId, array $optParams = [])

Retrieves the IDs of the users who have been granted entitlements under the license. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.

Details

GroupLicenseUsersListResponse listGrouplicenseusers(string $enterpriseId, string $groupLicenseId, array $optParams = [])

Retrieves the IDs of the users who have been granted entitlements under the license. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.

(grouplicenseusers.listGrouplicenseusers)

Parameters

string $enterpriseId

The ID of the enterprise.

string $groupLicenseId

The ID of the product the group license is for, e.g. "app:com.google.android.gm".

array $optParams

Optional parameters.

Return Value

GroupLicenseUsersListResponse

Exceptions

Exception