Google admin
Overview
SLUG: GOOGLE_ADMIN
Description
Google Admin Console for managing Google Workspace users, groups, and organizational units.
Authentication Details
OAuth2
Connecting to Google admin
Create an auth config
Use the dashboard to create an auth config for the Google admin toolkit. This allows you to connect multiple Google admin accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Google admin Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the [Google admin toolkit’s playground](https://app.composio.dev/app/Google admin)
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
GOOGLE_ADMIN_ADD_USER_ALIAS
Tool Name: Add Alias to Google Workspace User
Description
Action Parameters
Action Response
GOOGLE_ADMIN_ADD_USER_TO_GROUP
Tool Name: Add User to Google Workspace Group
Description
Action Parameters
Action Response
GOOGLE_ADMIN_CREATE_GROUP
Tool Name: Create Google Workspace Group
Description
Action Parameters
Action Response
GOOGLE_ADMIN_CREATE_USER
Tool Name: Create Google Workspace User
Description
Action Parameters
Action Response
GOOGLE_ADMIN_DELETE_USER
Tool Name: Delete Google Workspace User
Description
Action Parameters
Action Response
GOOGLE_ADMIN_GET_GROUP
Tool Name: Get Google Workspace Group Details
Description
Action Parameters
Action Response
GOOGLE_ADMIN_GET_USER
Tool Name: Get Google Workspace User Details
Description
Action Parameters
Action Response
GOOGLE_ADMIN_LIST_GROUPS
Tool Name: List Google Workspace Groups
Description
Action Parameters
Action Response
GOOGLE_ADMIN_LIST_GROUP_MEMBERS
Tool Name: List Google Workspace Group Members
Description
Action Parameters
Action Response
GOOGLE_ADMIN_LIST_USERS
Tool Name: List Google Workspace Users
Description
Action Parameters
Action Response
GOOGLE_ADMIN_REMOVE_USER_ALIAS
Tool Name: Remove Alias from Google Workspace User
Description
Action Parameters
Action Response
GOOGLE_ADMIN_REMOVE_USER_FROM_GROUP
Tool Name: Remove User from Google Workspace Group
Description
Action Parameters
Action Response
GOOGLE_ADMIN_SUSPEND_USER
Tool Name: Suspend/Unsuspend Google Workspace User
Description
Action Parameters
Action Response
GOOGLE_ADMIN_UPDATE_GROUP_SETTINGS
Tool Name: Update Google Workspace Group Settings
Description
Action Parameters
Action Response