google-directory-api Questions

3

Solved

I have started to develop some apis to create users in my G suite directory. I followed the service account tutorials along with the Directory tutorials for python. The code I have is very simple j...

2

I think I might be misunderstanding how Service Accounts work in GCP, as I don't understand why (in my situation) they need to impersonate a user to complete a task. I need to access some informati...

1

Solved

I am developing a corporate application in which we use the People API Directory APi, however, I always need to auto-check from a specific user, since I cannot receive data using a service account....
Oblivion asked 15/12, 2020 at 5:59

3

Solved

I'm using google admin directory API to get all accounts public information using following API https://www.googleapis.com/admin/directory/v1/users here is link for this api link when I logged in...
Constraint asked 11/2, 2020 at 19:50

1

Solved

We use Python to get all users from a particular G Suite managed domain, but after completing the following tutorial and granting all the access needed to the Service Account, the following snippet...
Henceforward asked 17/2, 2020 at 12:25

0

BIT OF INFO: We are trying to build a login for students that use Google Classroom, or Google G-Suite for Education. Essentially, a Single Sign-On system. Students and admins will login, I will va...
Mimosa asked 7/2, 2018 at 15:9

1

I am making batch requests for adding members to groups. For this I am using OAuth2.0 and obtaining the object of class type Credential.When executed, the batch.execute() throws a java.net.Socket...

0

We have to get the latest update about users and groups with Google directory API asap. For users, we now save the "Etag" in the response of users.list, groups.list and members.list in the first s...
Veta asked 23/6, 2015 at 5:56

1

Solved

Procedure I'm going to:1. Get a OrgUnit from the Google Directory API 2. Read the OrgUnit and collect the required Data 3. Try to delete the OrgUnit I just collected. This somehow results in a ...
Covering asked 24/4, 2015 at 8:6

2

Solved

On April 20, 2015, several Google Apps APIs are being discontinued, including the Provisioning API(gdata). In my Python scripts, I am using a Service Account and OAuth 2.0, instead of ClientLogin, ...

1

Solved

We wrote a client to create a user on googleapps using the GoogleNetHttpTransport, but we are getting a socketTimeoutException when making the user as Super Admin through superadmin api. Connecting...

1

Solved

I am using the Google Admin SDK APIs to manage users (create/update) in our organization's Google apps account. We allow users to optionally use the 2-factor authentication feature and I'd like to ...
Libretto asked 20/10, 2014 at 17:4

1

Solved

I followed the quick start and am attempting to create a user using the google-api-ruby-client. I've set up access in the google api console. And I can get this to work using the API explorer. B...
Hasseman asked 20/5, 2014 at 19:8

1

Solved

I have made a request to google directions API and recived the following JSON directions: (file to large to copy here) https://gist.githubusercontent.com/crooksey/9930819/raw/947e4d17a93ca94b7821...

1

Solved

I am considering using OAuth 2.0 service accounts and domain-wide delegation of authority to integrate our service with Google Apps. A particular use case is: When Google Apps customer signs up f...
Perishing asked 22/1, 2014 at 20:17

3

I'm experimenting with the Java client for Google Admin SDK, specifically the Directory API. It's based on the use of GoogleCredentials just like Google Drive API. However, unlike Google Drive I'm ...
Ellary asked 24/5, 2013 at 6:50
1

© 2022 - 2024 — McMap. All rights reserved.