[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-02-19 (世界標準時間)。"],[[["Creates an enterprise as the final step in the enterprise signup flow."],["Sends a POST request to `https://androidmanagement.googleapis.com/v1/enterprises` to initiate enterprise creation."],["Requires providing details like project ID, signup URL name (for customer-managed enterprises), and enterprise token."],["The request body should contain an instance of `Enterprise`, and a successful response returns a newly created `Enterprise` instance."],["Needs authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."]]],["To create an enterprise, send a `POST` request to `https://androidmanagement.googleapis.com/v1/enterprises`. Include query parameters like `projectId`, `signupUrlName`, and `enterpriseToken` depending on the enterprise type. The request body should contain an `Enterprise` instance. A successful response will return the created `Enterprise` instance. Authorization requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope. Note the parameter `agreementAccepted` is deprecated.\n"]]