SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
235 stars 67 forks source link

Star Google Group for a user #223

Closed jtwaddle closed 5 years ago

jtwaddle commented 5 years ago

We are trying to find a way for users with a large number of Google Groups they are part of to have it list just the ones they are owners of. We had the idea of staring the groups so that they show up in the users favorite list. Do you know if it is possible to star a group for a user using the API?

scrthq commented 5 years ago

hey @jtwaddle - I don't believe it is, as Groups/Group Settings APIs aren't scoped to the authenticated user like Gmail/Drive/Calendar are, so typically actions performed there would be what you can do from the Admin Console or the Groups Service page as the admin directly. Checking though!

scrthq commented 5 years ago

Yeah, not seeing any functionality around that in the API, unfortunately. This would be done on the Groups Service directly, where API access is already limited to just Group Settings only

jtwaddle commented 5 years ago

Thank you for checking!