Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Retrieves a paginated list of either deleted users or all users in a domain.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admin.googleapis.com/admin/directory/v1/users
Retrieves all groups of a domain or of a user given a userKey (paginated).
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admin.googleapis.com/admin/directory/v1/groups
Returns a print server's configuration.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admin.googleapis.com/admin/directory/v1/{name}
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:admin
At a glance
Language Java
Endpoints122
Base URLhttps://admin.googleapis.com
✓ Official