Questions tagged [google-gsuite]
33 questions
3
votes
0 answers
How to get all Gsuite account applications from Google directory API?
I want to get all G-suite application list that user has access.
There is an API to fetch all third party application that user has access.
API reference https://developers.google.com/admin-sdk/directory/v1/reference/tokens
But we want SAML…

VISHAL PATEL
- 31
- 2
3
votes
0 answers
How to bulk suspend users in G-Suite
I have a few hundred accounts that need to be suspended due to inactivity. I can "Download users" and get a CSV that includes "Last sign in" as a value, but the CSV of users data I get from "Bulk update users" does not.
My plan is to...
use…

bscwebmaster
- 31
- 1
- 4
3
votes
0 answers
gmail api - domain wide delegation
I am trying to get emails of all users of specific domain. I am able to get emails of user who created the service account (admin account), but during getting emails of other users of that domain I am facing HttpError 403 "Delegation denied for…

Harpreet Gill
- 138
- 2
- 10
2
votes
1 answer
Google Suite Rest APi update user photo PHP
I am trying to update the user photo for a G Suite user using the following code:
this->api_client = new Google_Client();
$this->api_client->setScopes([
Google_Service_Directory::ADMIN_DIRECTORY_USER,
…

jerwygo
- 21
- 1
1
vote
0 answers
Search for People Chips in a Google Doc and Replace it
I'm trying to create a script to find and replace every Person chip in a google doc with their handle on a different platform.
My original thought was to create a Google Sheet with the chip and the corresponding handle and cycle through that, but…

Harsha Rao
- 11
- 1
1
vote
1 answer
Keeping google gsuite legacy with custom domain but changing only email MX
TL;DR
Can I keep using my legacy gsuite account (thinking about my android phone, mostly), while only changing the MX of my custom domain to another provider?
Context
I have a legacy gsuite account, which will become paying in the next…

Guillaume
- 2,325
- 2
- 22
- 40
1
vote
0 answers
Validate X-HEADER in GMAIL / GSUITE routing rule
We are integrating GMAIL / GSUITE with a DLP system for a client. The E-Mail DLP module is postfix based. In the E-Mail DLP module I will add an X-HEADER, which I intend to read in the GMAIL forwarding rule to DLP to avoid an infinite loop. So the…

René Guido Steg
- 11
- 2
1
vote
0 answers
Sync users from GSuite to KeyCloak
We have G-Suite that is used as an SSO for most of our corporate applications, all users are internal users.
but we introduced KeyCloak in order to manage the security for all applications, exposed portals, internal users, as well as all external…

Bassel Kh
- 1,941
- 1
- 19
- 30
1
vote
1 answer
Setting up SAML for Rocker.Chat (SP) with GSuite (IDP)
I have an instance of Rocket.chat running on an Ubuntu server, and I am trying to configure SAML on Rocket.chat (SP) and GSuite (IDP) so that I can enable login to Rocket.chat with GSuite identities.
After several rounds of going through the…

Ouss
- 2,912
- 2
- 25
- 45
1
vote
1 answer
Where is the option to share with "anyone, even anonymous"? Gsuite web app deployment
I've been developing in GAS in the past 4 years or so.
Not so long ago we had the option to make the web app accessible to "anyone, even anonymous" but now I can't find it.
Can someone please help and tell me why was that change and what to do if I…

sale108
- 577
- 7
- 22
1
vote
1 answer
Is it possible to change the default font on all the docs of every users within a google workspace?
I want all the docs every employee in our company create, be in a uniform font (not Arial or Calibri) and set it as default. Can I do the setting once and for all the users in our google workspace?

Gen S.
- 25
- 3
1
vote
0 answers
I try to sent emails from different domain names using one email account and get dmarc=fail
For example, I have:
example.com (in this domain I create account)
need.com (additional domain)
I want to give the users the ability to send emails as @need.com using alias in accounts settings.
The problem is that all messages go to spam with DMARC…

Vasyl Kolomiets
- 11
- 1
0
votes
1 answer
Gsuite integration in Laravel PHP
Our Client has the gsuite account. They need to do syn the gsuite employees to our application. how we will do it in php laravel ?

Selvamani P
- 7,045
- 3
- 14
- 22
0
votes
2 answers
How to download google CDN images?
In google, images are hosted in CDN URL type and I tried to download as an image from that CDN but it throws an error in C#. Used this c# code attached below.
using (var webClient = new WebClient())
{
byte[]…

Aravind Elumalai
- 17
- 7
0
votes
1 answer
Duplicate Worksheet but keep values only in google sheets
I have a google sheets doc linked to another sheets document via IMPORTRANGE.
I wish to have a duplicate which mantains Values only without the link data, since i am lookin to update the data and make like monthly reports based on that.
Is there a…