esper_cloud_api_Application
Get Google enterprise information
Get a specific Google Enterprise (EMM) instance for the enterprise. Retrieves the details of a single Google Enterprise binding identified by emm_id, including its association with the Esper enterprise and the google_enterprise_id that links it to Google's EMM infrastructure.
Common Use Cases
Confirming the details of a specific EMM binding before performing GMS-dependent operations, retrieving the google_enterprise_id for use in downstream Workflows, and validating that the correct EMM instance is associated with the enterprise before managing web tokens or Google Play applications.
Workflow
- Call GET /v0/enterprise/{enterprise_id}/emm/ to retrieve the emm_id.
- Call this endpoint to confirm the details of a specific EMM instance.
get/v0/enterprise/{enterprise_id}/emm/{emm_id}
Path parameters
enterprise_idstring required
A UUID string identifying this enterprise.
emm_idinteger required
An integer representing the ID of enterprise.
Response
successful operation