REST Resource: signupUrls
Resource: SignupUrl
An enterprise signup URL.
JSON representation |
{
"name": string,
"url": string
} |
Fields |
name |
string
The name of the resource. Use this value in the signupUrl field when calling enterprises.create to complete the enterprise signup flow.
|
url |
string
A URL where an enterprise admin can register their enterprise. The page can't be rendered in an iframe.
|
Methods |
|
Creates an enterprise signup URL. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`SignupUrl` resource facilitates enterprise signup through a dedicated URL."],["It includes a `name` field used during enterprise creation and a `url` field for enterprise admin registration."],["The `create` method allows the generation of new enterprise signup URLs."]]],[]]