I have a reseller account with Google Apps For Business. I am using the google-api-php-client SDK for PHP from the GitHub repository:
https://github.com/google/google-api-php-client
I have already created the customer account as a reseller. I have verified the primary domain using the site verification service. I am trying to add a domain alias to the primary domain for the customers account. I am not seeing any documentation for this process in the API. I know how to do this using the admin panel. I also know how to add an alias for the users email, however, I do not want a user alias because I will be migrating hundreds of email accounts and need the domain alias.
Does anyone know of how to accomplish this using the above API or use a custom request?
If this question is too vague please let me know.