Skip to content
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

Closed
BarnumD opened this issue Jul 26, 2019 · 3 comments
Closed

Feature Request: Get list of domains #215

BarnumD opened this issue Jul 26, 2019 · 3 comments
Assignees

Comments

@BarnumD
Copy link

BarnumD commented Jul 26, 2019

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?

@scrthq
Copy link
Member

scrthq commented Jul 26, 2019

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!

@scrthq scrthq self-assigned this Jul 26, 2019
@BarnumD BarnumD changed the title Question: How to get list of domains Feature Request: Get list of domains Jul 26, 2019
@BarnumD
Copy link
Author

BarnumD commented Jul 26, 2019

Looks like it. Thanks. To me, this is a lower priority than having access to the Contacts API. :)

scrthq added a commit that referenced this issue Jul 31, 2019
## 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!_
scrthq added a commit that referenced this issue Jul 31, 2019
## 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!_
@scrthq
Copy link
Member

scrthq commented Jul 31, 2019

@BarnumD added in 2.31.0!

@scrthq scrthq closed this as completed Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants