重要提示:我们不再接受 Play EMM API 的新注册。
了解详情。
Enterprises: list
按域名查找企业。
只有通过 Google 发起的
创建流程通过
由于 EMM 在 2023 年 3 月 8 日之前学习了
(在 Enterprises.generateSignupUrl 调用中指定)。
请求
HTTP 请求
GET https://www.googleapis.com/androidenterprise/v1/enterprises
参数
参数名称 |
值 |
说明 |
必需的查询参数 |
domain |
string |
要查找的企业的确切主域名。
|
授权
此请求需要获得以下范围的授权:
范围 |
https://www.googleapis.com/auth/androidenterprise |
如需了解详情,请参阅身份验证和授权页面。
请求正文
使用此方法时请勿提供请求正文。
响应
如果成功,此方法将返回采用以下结构的响应正文:
{
"kind": "androidenterprise#enterprisesListResponse",
"enterprise": [
enterprises Resource
]
}
属性名称 |
值 |
说明 |
备注 |
enterprise[] |
list |
企业。 |
|
kind |
string |
指明资源的类型。值:固定字符串 "androidenterprise#enterprisesListResponse" 。 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-10。
[null,null,["最后更新时间 (UTC):2024-09-10。"],[[["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."]]],[]]