REST Resource: signupUrls
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: URL การลงชื่อสมัครใช้
URL การลงชื่อสมัครใช้ขององค์กร
การแสดง JSON |
{
"name": string,
"url": string
} |
ช่อง |
name |
string
ชื่อของทรัพยากร ใช้ค่านี้ในช่อง signupUrl เมื่อเรียกใช้ enterprises.create เพื่อดำเนินการตามขั้นตอนการลงชื่อสมัครใช้ขององค์กรให้เสร็จสมบูรณ์
|
url |
string
URL ที่ผู้ดูแลระบบขององค์กรใช้ลงทะเบียนองค์กรได้ แสดงผลหน้าเว็บใน iframe ไม่ได้
|
เมธอด |
|
สร้าง URL การลงชื่อสมัครใช้ขององค์กร |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\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. |"]]