taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
687 stars 86 forks source link

Cannot get all signatures associated with user object, Please add an "all" option #377

Closed chromestrong closed 8 months ago

chromestrong commented 9 months ago

gam user john.smith@example.com print signature todrive

When running the command above only one signature is returned for a given user object. We have options to get the signatures for "Primary" and "Default", but we do not have an option to get "All" signatures for an account object.

This is needed so that we can either remove them, or update them to be correct so users stop using custom signatures.

Please assist

taers232c commented 9 months ago

The Gmail API only supports seeing what the GUI calls "My signature", it does not support other signatures.

Ross Scroggs @.***

On Sep 26, 2023, at 12:29 PM, Eric @.***> wrote:

gam user @.*** print signature todrive

When running the command above only one signature is returned for a given user object. We have options to get the signatures for Primary and Default, but we do not have an option to get "All" signatures for an account object.

This is needed so that we can either remove them, or update them to be correct so users stop using custom signatures.

Please assist

— Reply to this email directly, view it on GitHub https://github.com/taers232c/GAMADV-XTD3/issues/377, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYL5CP754PB5MFJQ4D5TX4MUJ5ANCNFSM6AAAAAA5IHG7XI. You are receiving this because you are subscribed to this thread.

chromestrong commented 9 months ago

Hmm, Bettercloud is able to do it somehow. It looks like it queries for all of the aliases and then queries all the signatures for those aliases.

taers232c commented 9 months ago

See : https://github.com/taers232c/GAMADV-XTD3/wiki/Users-Gmail-Send-As-Signature-Vacation#display-sendas

Ross Scroggs @.***

On Sep 30, 2023, at 9:25 AM, Eric @.***> wrote:

Hmm, Bettercloud is able to do it somehow. It looks like it queries for all of the aliases and then queries all the signatures for those aliases.

— Reply to this email directly, view it on GitHub https://github.com/taers232c/GAMADV-XTD3/issues/377#issuecomment-1741807469, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYL4GYCOGI5WUTFEXMC3X5BBZPANCNFSM6AAAAAA5IHG7XI. You are receiving this because you commented.