Create

Creates an enterprise signup URL

2 variables
2 variables

Creates an enterprise signup URL

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • Manage Android devices and apps for your customers

Input

This building block consumes 2 input parameters

  = Parameter name
  = Format

projectId STRING

The ID of the Google Cloud Platform project which will own the enterprise

callbackUrl STRING

The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes

Output

This building block provides 2 output parameters

  = Parameter name
  = Format

url STRING

A URL where an enterprise admin can register their enterprise. The page can't be rendered in an iframe

name STRING

The name of the resource. Use this value in the signupUrl field when calling enterprises.create to complete the enterprise signup flow