Complete Signup
|
|||||
|
|
||||
Completes the signup flow, by specifying the Completion token and Enterprise token. This request must not be called multiple times for a given Enterprise Token
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 2 input parameters
| Name | Format | Description |
|---|---|---|
completionToken |
STRING |
The Completion token initially returned by GenerateSignupUrl |
enterpriseToken |
STRING |
The Enterprise token appended to the Callback URL |
= Parameter name
= Format
|
completionToken STRING The Completion token initially returned by GenerateSignupUrl |
|
enterpriseToken STRING The Enterprise token appended to the Callback URL |
Output
This building block provides 6 output parameters
| Name | Format | Description |
|---|---|---|
administrator[] |
OBJECT |
This represents an enterprise admin who can manage the enterprise in the managed Google Play store |
administrator[].email |
STRING |
The admin's email address |
id |
STRING |
The unique ID for the enterprise |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#enterprise" |
name |
STRING |
The name of the enterprise, for example, "Example, Inc" |
primaryDomain |
STRING |
The enterprise's primary domain, such as "example.com" |
= Parameter name
= Format
|
administrator[] OBJECT This represents an enterprise admin who can manage the enterprise in the managed Google Play store |
|
administrator[].email STRING The admin's email address |
|
id STRING The unique ID for the enterprise |
|
kind STRING Identifies what kind of resource this is. Value: the fixed string "androidenterprise#enterprise" |
|
name STRING The name of the enterprise, for example, "Example, Inc" |
|
primaryDomain STRING The enterprise's primary domain, such as "example.com" |