AI-generated Key Takeaways
-
Retrieves enterprise name and domain using the enterprise ID.
-
Requires authorization with the
https://www.googleapis.com/auth/androidenterprise
scope. -
Uses a GET request to the specified endpoint with the enterprise ID as a path parameter.
-
Response provides an
Enterprises
resource containing the requested information. -
No request body is required for this operation.
Retrieves the name and domain of an enterprise.
Request
HTTP request
GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
enterpriseId |
string |
The ID of the enterprise. |
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 an Enterprises resource in the response body.