-
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
Support for User Locations #168
Comments
Hey @gfree23 - I'm on it! Should have this turned around by this weekend, completely makes sense! I'll keep you updated here |
…support ## 2.26.0 * [Issue #169](#169) * Fixed: `Get-GSGmailMessage` fails to download attachments containing invalid characters (e.g. `:`) * [Issue #168](#168) * Added: `Add-GSUserLocation` * Updated: `New-GSUser` and `Update-GSUser` to add in Location support * Miscellaneous * Improved pipeline support for the `User` parameter across all pertinent functions, i.e. Drive, Calendar, Gmail, Sheets & Tasks APIs.
Hey @gfree23 - Location support is being deployed in v2.26.0 right now! This will behave identically to ExternalIds/Organizations/Phones in that there is a new Helper function named Feel free to reach out if you have any questions or issues! |
Wow, thanks @scrthq ! I really appreciate it! |
It would be great to have support for user locations on the Update-GSUser and New-GSUser.
https://developers.google.com/admin-sdk/directory/v1/reference/users/insert
locations[].area
locations[].buildingId
locations[].customType
locations[].deskCode
locations[].floorName
locations[].floorSection
locations[].type
Thanks!
The text was updated successfully, but these errors were encountered: