重要: Play EMM API の新しい登録受け付けは終了しました。
詳細
Enterprises: list
ドメイン名で企業を検索します。
これは、Google 主導の API を通じて作成されたエンタープライズにのみ対応しています。
作成フローを実行します。次で作成された企業では、ID の検索は不要です。
EMM は EMM によって開始されるフローで企業 ID を学習するため、
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 Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-10 UTC。
[null,null,["最終更新日 2024-09-10 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."]]],[]]