با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
URL ارتقای سازمانی را برای ارتقاء یک شرکت حسابهای Google Play مدیریت شده موجود به دامنه مدیریت شده Google ایجاد میکند. برای جزئیات بیشتر به راهنمای ارتقاء یک سازمان مراجعه کنید.
درخواست کنید
درخواست HTTP
POST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/generateEnterpriseUpgradeUrl
پارامترها
نام پارامتر
ارزش
توضیحات
پارامترهای مسیر
enterpriseId
string
شناسه شرکت
پارامترهای پرس و جو اختیاری
adminEmail
string
اختیاری. آدرس ایمیل مورد استفاده برای پر کردن قسمت مدیریت فرم ثبت نام سازمانی به عنوان بخشی از فرآیند ارتقا. این مقدار فقط یک اشاره است و کاربر می تواند آن را تغییر دهد. آدرس ایمیل شخصی مجاز نیست. اگر "allowedDomains" خالی نباشد، باید به یکی از "allowedDomains" تعلق داشته باشد.
allowedDomains
string
اختیاری. لیستی از دامنه هایی که برای ایمیل مدیریت مجاز هستند. سرپرست فناوری اطلاعات نمیتواند آدرس ایمیلی با نام دامنهای که در این لیست نیست وارد کند. دامنههای فرعی دامنههای موجود در این فهرست مجاز نیستند، اما میتوان با افزودن یک ورودی دوم که دارای پیشوند «*.» به نام دامنه (مثلا *.example.com) است، مجاز بود. اگر فیلد موجود نباشد یا یک لیست خالی باشد، مدیر فناوری اطلاعات آزاد است که از هر نام دامنه معتبر استفاده کند. دامنه های ایمیل شخصی مجاز نیستند.
تاریخ آخرین بهروزرسانی 2025-06-09 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-06-09 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# Enterprises: generateEnterpriseUpgradeUrl\n\n| **Note:** Requires [authorization](#auth).\n\nGenerates an enterprise upgrade URL to upgrade an existing managed Google\nPlay Accounts enterprise to a managed Google domain.\nSee [the guide to upgrading an enterprise](/android/work/play/emm-api/upgrade-an-enterprise) for more details.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/generateEnterpriseUpgradeUrl\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Path parameters** |||\n| `enterpriseId` | `string` | The ID of the enterprise. |\n| **Optional query parameters** |||\n| `adminEmail` | `string` | Optional. Email address used to prefill the admin field of the enterprise signup form as part of the upgrade process. This value is a hint only and can be altered by the user. Personal email addresses are not allowed. If \\`allowedDomains\\` is non-empty then this must belong to one of the \\`allowedDomains\\`. |\n| `allowedDomains` | `string` | Optional. A list of domains that are permitted for the admin email. The IT admin cannot enter an email address with a domain name that is not in this list. Subdomains of domains in this list are not allowed but can be allowed by adding a second entry which has \\`\\*.\\` prefixed to the domain name (e.g. \\*.example.com). If the field is not present or is an empty list then the IT admin is free to use any valid domain name. Personal email domains are not allowed. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```text\n{\n \"url\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------|----------|-----------------------------------------------------------------------------------------------------|-------|\n| `url` | `string` | A URL for an enterprise admin to upgrade their enterprise. The page can't be rendered in an iframe. | |"]]