REST Resource: signupUrls

  • 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.

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

create

Creates an enterprise signup URL.