Google Admin
google_adminGoogle Admin Console for managing Google Workspace users, groups, and organizational units.
Acciones disponibles (14)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add Alias to Google Workspace UserGOOGLE_ADMIN_ADD_USER_ALIASAcciónAdds an email alias to a google workspace user.
GOOGLE_ADMIN_ADD_USER_ALIASAcciónAdds an email alias to a google workspace user.
Parámetros de entrada
aliasstringObligatorioAlias email address to add to the user
user_keystringObligatorioUser's primary email address or unique user ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add User to Google Workspace GroupGOOGLE_ADMIN_ADD_USER_TO_GROUPAcciónAdds a user to a google workspace group with the specified role.
GOOGLE_ADMIN_ADD_USER_TO_GROUPAcciónAdds a user to a google workspace group with the specified role.
Parámetros de entrada
rolestringRole of the user in the group (MEMBER, MANAGER, OWNER)
user_keystringObligatorioUser's primary email address or unique user ID to add to the group
group_keystringObligatorioGroup's email address or unique group ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Google Workspace GroupGOOGLE_ADMIN_CREATE_GROUPAcciónCreates a new google workspace group with the specified details.
GOOGLE_ADMIN_CREATE_GROUPAcciónCreates a new google workspace group with the specified details.
Parámetros de entrada
namestringObligatorioDisplay name for the group
emailstringObligatorioGroup's email address (will be the group ID)
descriptionstringDescription of the group's purpose
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Google Workspace UserGOOGLE_ADMIN_CREATE_USERAcciónCreates a new google workspace user with the specified details.
GOOGLE_ADMIN_CREATE_USERAcciónCreates a new google workspace user with the specified details.
Parámetros de entrada
passwordstringObligatorioUser's password (must meet domain password requirements)
suspendedbooleanWhether the user account is suspended
given_namestringObligatorioUser's first name
family_namestringObligatorioUser's last name
org_unit_pathstringOrganizational unit path for the user
primary_emailstringObligatorioUser's primary email address
recovery_emailstringRecovery email address
recovery_phonestringRecovery phone number
change_password_at_next_loginbooleanWhether user must change password at next login
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Google Workspace UserGOOGLE_ADMIN_DELETE_USERAcciónDeletes a google workspace user permanently. this action cannot be undone.
GOOGLE_ADMIN_DELETE_USERAcciónDeletes a google workspace user permanently. this action cannot be undone.
Parámetros de entrada
user_keystringObligatorioUser's primary email address or unique user ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Google Workspace Group DetailsGOOGLE_ADMIN_GET_GROUPAcciónRetrieves detailed information about a google workspace group.
GOOGLE_ADMIN_GET_GROUPAcciónRetrieves detailed information about a google workspace group.
Parámetros de entrada
group_keystringObligatorioGroup's email address or unique group ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Google Workspace User DetailsGOOGLE_ADMIN_GET_USERAcciónRetrieves detailed information about a google workspace user.
GOOGLE_ADMIN_GET_USERAcciónRetrieves detailed information about a google workspace user.
Parámetros de entrada
user_keystringObligatorioUser's primary email address or unique user ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Google Workspace Group MembersGOOGLE_ADMIN_LIST_GROUP_MEMBERSAcciónLists all members of a google workspace group with optional filtering and pagination.
GOOGLE_ADMIN_LIST_GROUP_MEMBERSAcciónLists all members of a google workspace group with optional filtering and pagination.
Parámetros de entrada
rolesstringComma-separated list of roles to filter by (OWNER, MANAGER, MEMBER)
group_keystringObligatorioGroup's email address or unique group ID
page_tokenstringToken for retrieving next page of results
max_resultsintegerMaximum number of results to return (1-200)
include_derived_membershipbooleanWhether to include indirect memberships from nested groups
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Google Workspace GroupsGOOGLE_ADMIN_LIST_GROUPSAcciónLists google workspace groups with optional filtering and pagination.
GOOGLE_ADMIN_LIST_GROUPSAcciónLists google workspace groups with optional filtering and pagination.
Parámetros de entrada
querystringQuery string for filtering groups (e.g., 'name=Engineering*')
domainstringDomain name to list groups from
customerstringCustomer ID or 'my_customer' for the authenticated user's customer
order_bystringProperty to order results by (email)
page_tokenstringToken for retrieving next page of results
sort_orderstringSort order (ASCENDING or DESCENDING)
max_resultsintegerMaximum number of results to return (1-200)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Google Workspace UsersGOOGLE_ADMIN_LIST_USERSAcciónLists google workspace users with optional filtering and pagination.
GOOGLE_ADMIN_LIST_USERSAcciónLists google workspace users with optional filtering and pagination.
Parámetros de entrada
querystringQuery string for filtering users (e.g., 'orgName=Engineering')
domainstringDomain name to list users from (if not specified, uses the authenticated user's domain)
customerstringCustomer ID or 'my_customer' for the authenticated user's customer
order_bystringProperty to order results by (email, givenName, familyName)
page_tokenstringToken for retrieving next page of results
sort_orderstringSort order (ASCENDING or DESCENDING)
max_resultsintegerMaximum number of results to return (1-500)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove Alias from Google Workspace UserGOOGLE_ADMIN_REMOVE_USER_ALIASAcciónRemoves an email alias from a google workspace user.
GOOGLE_ADMIN_REMOVE_USER_ALIASAcciónRemoves an email alias from a google workspace user.
Parámetros de entrada
aliasstringObligatorioAlias email address to remove from the user
user_keystringObligatorioUser's primary email address or unique user ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove User from Google Workspace GroupGOOGLE_ADMIN_REMOVE_USER_FROM_GROUPAcciónRemoves a user from a google workspace group, revoking their group access.
GOOGLE_ADMIN_REMOVE_USER_FROM_GROUPAcciónRemoves a user from a google workspace group, revoking their group access.
Parámetros de entrada
user_keystringObligatorioUser's primary email address or unique user ID to remove from the group
group_keystringObligatorioGroup's email address or unique group ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suspend/Unsuspend Google Workspace UserGOOGLE_ADMIN_SUSPEND_USERAcciónSuspends or unsuspends a google workspace user account.
GOOGLE_ADMIN_SUSPEND_USERAcciónSuspends or unsuspends a google workspace user account.
Parámetros de entrada
user_keystringObligatorioUser's primary email address or unique user ID
suspendedbooleanWhether to suspend (True) or unsuspend (False) the user
suspension_reasonstringReason for suspension (optional)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Google Workspace Group SettingsGOOGLE_ADMIN_UPDATE_GROUP_SETTINGSAcciónUpdates settings for a google workspace group.
GOOGLE_ADMIN_UPDATE_GROUP_SETTINGSAcciónUpdates settings for a google workspace group.
Parámetros de entrada
namestringUpdated display name for the group
group_keystringObligatorioGroup's email address or unique group ID
descriptionstringUpdated group description
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not