REST Resource: signupUrls

  • A SignupUrl represents an enterprise signup URL resource.

  • It has two fields: name for completing enterprise signup flow and url for enterprise admin registration.

  • The signupUrls resource supports a create method to generate an enterprise signup URL.

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.