-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Get list of domains #215
Comments
hey @BarnumD - Domain info is still yet to be added, but I'll consider this a feature request! This should be the API docs around what you're after (correct me if I'm wrong): https://developers.google.com/admin-sdk/directory/v1/reference/domains/list Should have this turned around for you soon, I'll keep you updated! |
Looks like it. Thanks. To me, this is a lower priority than having access to the Contacts API. :) |
## 2.31.0 * [Issue #218](#218) * Fixed: Update-GSOrganizationalUnit was failing with ull reference errors. * [Issue #213](#213) * Added: Support for RELEASE_RESOURCES TransferParam for Calendar application data transfers to function Start-GSDataTransfer * [Issue #215](#215) * Added: * Get-GSDomain * Remove-GSDomain * New-GSDomain * Get-GSDomainAlias * New-GSDomainAlias * Remove-GSDomainAlias * _These will need the additional scope of https://www.googleapis.com/auth/admin.directory.domain added in order to use!_ * Miscellaneous * Added: * Get-GSCustomer * Update-GSCustomer * Add-GSCustomerPostalAddress * _These will need the additional scope of https://www.googleapis.com/auth/admin.directory.customer added in order to use!_
## 2.31.0 * [Issue #218](#218) * Fixed: `Update-GSOrganizationalUnit` was failing with `null` reference errors. * [Issue #213](#213) * Added: Support for `RELEASE_RESOURCES` TransferParam for Calendar application data transfers to function `Start-GSDataTransfer` * [Issue #215](#215) * Added: * `Get-GSDomain` * `Remove-GSDomain` * `New-GSDomain` * `Get-GSDomainAlias` * `New-GSDomainAlias` * `Remove-GSDomainAlias` * _These will need the additional scope of `https://www.googleapis.com/auth/admin.directory.domain` added in order to use!_ * Miscellaneous * Added: * `Get-GSCustomer` * `Update-GSCustomer` * `Add-GSCustomerPostalAddress` * _These will need the additional scope of `https://www.googleapis.com/auth/admin.directory.customer` added in order to use!_
@BarnumD added in 2.31.0! |
Which command can be used to print a list of all domains on the account similar to how gam does it with
/gam print domains
?The text was updated successfully, but these errors were encountered: