Description
Adds the Admin account for an existing G Suite Order.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | The OrderId for which the Admin account is to be setup. |
email-address | String | Required | Email address for the Admin account |
password | String | Required | Password for the Admin account |
first-name | String | Required | First name for the Admin account |
last-name | String | Required | Last name for the Admin account |
alternate-email-address | String | Required | Alternate email address of the Customer |
name | String | Required | Name of the Customer |
company | String | Required | Company name of the Customer |
zip | String | Required | Zip code of the Customer |
transfer-token | String | Optional | Transfer token for the G Suite Order
Note
|
HTTP Method
POST
Example Test URL Request
India
https://test.httpapi.com/api/gapps/in/admin/add.json?auth-userid=0&api-key=key&order-id=0&email-address=abc@domain.com&password=password&first-name=abc&last-name=abc&name=abc&alternate-email-address=xyz@domain.com&company=test&zip=0
South East Asia & Egypt
https://test.httpapi.com/api/gapps/se/admin/add.json?auth-userid=0&api-key=key&order-id=0&email-address=abc@domain.com&password=password&first-name=abc&last-name=abc&name=abc&alternate-email-address=xyz@domain.com&company=test&zip=0
Rest of the World
https://test.httpapi.com/api/gapps/gbl/admin/add.json?auth-userid=0&api-key=key&order-id=0&email-address=abc@domain.com&password=password&first-name=abc&last-name=abc&name=abc&alternate-email-address=xyz@domain.com&company=test&zip=0
Response
Returns "Success" as the status of the response if the Admin Account is setup successfully.
In case of any error, an "error" key with error description (as value) will be returned.