AI-generated Key Takeaways
-
A SignupUrl represents an enterprise signup URL resource.
-
It has two fields:
namefor completing enterprise signup flow andurlfor enterprise admin registration. -
The
signupUrlsresource supports acreatemethod 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. |