Stay organized with collections
Save and categorize content based on your preferences.
Looks up an enterprise by domain name.
This is only supported for enterprises created via the Google-initiated
creation flow. Lookup of the id is not needed for enterprises created via
the EMM-initiated flow since the EMM learns the enterprise ID in the
callback specified in the Enterprises.generateSignupUrl call.
Request
HTTP request
GET https://www.googleapis.com/androidenterprise/v1/enterprises
Parameters
Parameter name
Value
Description
Required query parameters
domain
string
The exact primary domain name of the enterprise to look up.
Authorization
This request requires authorization with the following scope:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-08 UTC."],[[["Locates an enterprise using its domain name, specifically for those created through Google's process."],["Requires authorization with the `https://www.googleapis.com/auth/androidenterprise` scope."],["The request is made using an HTTP GET to the URL `https://www.googleapis.com/androidenterprise/v1/enterprises` with the domain name as a required query parameter."],["Primarily used for enterprises created via the Google-initiated creation flow; enterprises created via EMM-initiated flow already possess the enterprise ID."],["Upon successful execution, the response provides an `enterprisesListResponse` containing details of the located enterprise."]]],[]]