Generate Signup Url
|
|||||
|
|
Generates a sign-up URL
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage corporate Android devices
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
callbackUrl |
STRING |
The callback URL to which the Admin will be redirected after successfully creating an enterprise. Before redirecting there the system will add a single query parameter to this URL named "enterpriseToken" which will contain an opaque token to be used for the CompleteSignup request. Beware that this means that the URL will be parsed, the parameter added and then a new URL formatted, i.e. there may be some minor formatting changes and, more importantly, the URL must be well-formed so that it can be parsed |
= Parameter name
= Format
callbackUrl STRING The callback URL to which the Admin will be redirected after successfully creating an enterprise. Before redirecting there the system will add a single query parameter to this URL named "enterpriseToken" which will contain an opaque token to be used for the CompleteSignup request. Beware that this means that the URL will be parsed, the parameter added and then a new URL formatted, i.e. there may be some minor formatting changes and, more importantly, the URL must be well-formed so that it can be parsed |
Output
This building block provides 3 output parameters
Name | Format | Description |
---|---|---|
completionToken |
STRING |
An opaque token that will be required, along with the Enterprise Token, for obtaining the enterprise resource from CompleteSignup |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#signupInfo" |
url |
STRING |
A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe |
= Parameter name
= Format
completionToken STRING An opaque token that will be required, along with the Enterprise Token, for obtaining the enterprise resource from CompleteSignup |
kind STRING Identifies what kind of resource this is. Value: the fixed string "androidenterprise#signupInfo" |
url STRING A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe |