AI-generated Key Takeaways
-
This method retrieves details of an enterprise's group license for a product but is deprecated and will not be accessible after September 30, 2025.
-
New integrations should refer to recommended alternatives.
-
The request uses an HTTP GET method to
https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/groupLicenses/groupLicenseId. -
The request requires path parameters for
enterpriseIdandgroupLicenseId. -
Authorization with the scope
https://www.googleapis.com/auth/androidenterpriseis required for this request.
Retrieves details of an enterprise's group license for a product.
Request
HTTP request
GET https://www.googleapis.com/androidenterprise/v1/enterprises/ enterpriseId /groupLicenses/ groupLicenseId
Parameters
enterpriseId
string
groupLicenseId
string
Authorization
This request requires authorization with the following scope:
| Scope |
|---|
https://www.googleapis.com/auth/androidenterprise
|
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Grouplicenses resource in the response body.

