REST Resource: signupUrls
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:SignupUrl
JSON 表示法 |
{
"name": string,
"url": string
} |
欄位 |
name |
string
資源的名稱。呼叫 enterprises.create 來完成企業註冊流程時,請在 signupUrl 欄位中使用這個值。
|
url |
string
可供企業管理員註冊企業的網址。網頁無法在 iframe 中顯示。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eSignupUrl\u003c/code\u003e resource facilitates enterprise signup through a dedicated URL.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003ename\u003c/code\u003e field used during enterprise creation and a \u003ccode\u003eurl\u003c/code\u003e field for enterprise admin registration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreate\u003c/code\u003e method allows the generation of new enterprise signup URLs.\u003c/p\u003e\n"]]],["The resource `SignupUrl` represents an enterprise signup URL, defined by a `name` (used in `enterprises.create`) and a `url` (where admins register). The JSON representation is a string-based key-value pair for both name and url. The only method available for this resource is `create`, which allows generating new enterprise signup URLs.\n"],null,["# REST Resource: signupUrls\n\n- [Resource: SignupUrl](#SignupUrl)\n - [JSON representation](#SignupUrl.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SignupUrl\n-------------------\n\nAn enterprise signup URL.\n\n| JSON representation |\n|-------------------------------------------|\n| ``` { \"name\": string, \"url\": string } ``` |\n\n| Fields ||\n|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the resource. Use this value in the `signupUrl` field when calling [`enterprises.create`](/android/management/reference/rest/v1/enterprises/create) to complete the enterprise signup flow. |\n| `url` | `string` A URL where an enterprise admin can register their enterprise. The page can't be rendered in an iframe. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------|-----------------------------------|\n| ### [create](/android/management/reference/rest/v1/signupUrls/create) | Creates an enterprise signup URL. |"]]