AI-generated Key Takeaways
-
SignupUrl
resource facilitates enterprise signup through a dedicated URL. -
It includes a
name
field used during enterprise creation and aurl
field for enterprise admin registration. -
The
create
method allows the generation of new enterprise signup URLs.
Resource: SignupUrl
An enterprise signup URL.
JSON representation |
---|
{ "name": string, "url": string } |
Fields | |
---|---|
name |
The name of the resource. Use this value in the |
url |
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. |