AI-generated Key Takeaways
-
A SignupUrl represents an enterprise signup URL resource.
-
It has two fields:
name
for completing enterprise signup flow andurl
for enterprise admin registration. -
The
signupUrls
resource supports acreate
method to generate an enterprise signup URL.
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. |