NAiOS IconNAiOS Logo
Volver al catálogo

Google Admin

google_admin

Google Admin Console for managing Google Workspace users, groups, and organizational units.

Acciones
14
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Adds an email alias to a google workspace user.

Parámetros de entrada

  • aliasstringObligatorio

    Alias email address to add to the user

  • user_keystringObligatorio

    User's primary email address or unique user ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add User to Google Workspace GroupGOOGLE_ADMIN_ADD_USER_TO_GROUPAcción

Adds a user to a google workspace group with the specified role.

Parámetros de entrada

  • rolestring

    Role of the user in the group (MEMBER, MANAGER, OWNER)

  • user_keystringObligatorio

    User's primary email address or unique user ID to add to the group

  • group_keystringObligatorio

    Group's email address or unique group ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Google Workspace GroupGOOGLE_ADMIN_CREATE_GROUPAcción

Creates a new google workspace group with the specified details.

Parámetros de entrada

  • namestringObligatorio

    Display name for the group

  • emailstringObligatorio

    Group's email address (will be the group ID)

  • descriptionstring

    Description of the group's purpose

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Google Workspace UserGOOGLE_ADMIN_CREATE_USERAcción

Creates a new google workspace user with the specified details.

Parámetros de entrada

  • passwordstringObligatorio

    User's password (must meet domain password requirements)

  • suspendedboolean

    Whether the user account is suspended

  • given_namestringObligatorio

    User's first name

  • family_namestringObligatorio

    User's last name

  • org_unit_pathstring

    Organizational unit path for the user

  • primary_emailstringObligatorio

    User's primary email address

  • recovery_emailstring

    Recovery email address

  • recovery_phonestring

    Recovery phone number

  • change_password_at_next_loginboolean

    Whether user must change password at next login

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Google Workspace UserGOOGLE_ADMIN_DELETE_USERAcción

Deletes a google workspace user permanently. this action cannot be undone.

Parámetros de entrada

  • user_keystringObligatorio

    User's primary email address or unique user ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Google Workspace Group DetailsGOOGLE_ADMIN_GET_GROUPAcción

Retrieves detailed information about a google workspace group.

Parámetros de entrada

  • group_keystringObligatorio

    Group's email address or unique group ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Google Workspace User DetailsGOOGLE_ADMIN_GET_USERAcción

Retrieves detailed information about a google workspace user.

Parámetros de entrada

  • user_keystringObligatorio

    User's primary email address or unique user ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Google Workspace Group MembersGOOGLE_ADMIN_LIST_GROUP_MEMBERSAcción

Lists all members of a google workspace group with optional filtering and pagination.

Parámetros de entrada

  • rolesstring

    Comma-separated list of roles to filter by (OWNER, MANAGER, MEMBER)

  • group_keystringObligatorio

    Group's email address or unique group ID

  • page_tokenstring

    Token for retrieving next page of results

  • max_resultsinteger

    Maximum number of results to return (1-200)

  • include_derived_membershipboolean

    Whether to include indirect memberships from nested groups

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Google Workspace GroupsGOOGLE_ADMIN_LIST_GROUPSAcción

Lists google workspace groups with optional filtering and pagination.

Parámetros de entrada

  • querystring

    Query string for filtering groups (e.g., 'name=Engineering*')

  • domainstring

    Domain name to list groups from

  • customerstring

    Customer ID or 'my_customer' for the authenticated user's customer

  • order_bystring

    Property to order results by (email)

  • page_tokenstring

    Token for retrieving next page of results

  • sort_orderstring

    Sort order (ASCENDING or DESCENDING)

  • max_resultsinteger

    Maximum number of results to return (1-200)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Google Workspace UsersGOOGLE_ADMIN_LIST_USERSAcción

Lists google workspace users with optional filtering and pagination.

Parámetros de entrada

  • querystring

    Query string for filtering users (e.g., 'orgName=Engineering')

  • domainstring

    Domain name to list users from (if not specified, uses the authenticated user's domain)

  • customerstring

    Customer ID or 'my_customer' for the authenticated user's customer

  • order_bystring

    Property to order results by (email, givenName, familyName)

  • page_tokenstring

    Token for retrieving next page of results

  • sort_orderstring

    Sort order (ASCENDING or DESCENDING)

  • max_resultsinteger

    Maximum number of results to return (1-500)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Remove Alias from Google Workspace UserGOOGLE_ADMIN_REMOVE_USER_ALIASAcción

Removes an email alias from a google workspace user.

Parámetros de entrada

  • aliasstringObligatorio

    Alias email address to remove from the user

  • user_keystringObligatorio

    User's primary email address or unique user ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Remove User from Google Workspace GroupGOOGLE_ADMIN_REMOVE_USER_FROM_GROUPAcción

Removes a user from a google workspace group, revoking their group access.

Parámetros de entrada

  • user_keystringObligatorio

    User's primary email address or unique user ID to remove from the group

  • group_keystringObligatorio

    Group's email address or unique group ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Suspend/Unsuspend Google Workspace UserGOOGLE_ADMIN_SUSPEND_USERAcción

Suspends or unsuspends a google workspace user account.

Parámetros de entrada

  • user_keystringObligatorio

    User's primary email address or unique user ID

  • suspendedboolean

    Whether to suspend (True) or unsuspend (False) the user

  • suspension_reasonstring

    Reason for suspension (optional)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Google Workspace Group SettingsGOOGLE_ADMIN_UPDATE_GROUP_SETTINGSAcción

Updates settings for a google workspace group.

Parámetros de entrada

  • namestring

    Updated display name for the group

  • group_keystringObligatorio

    Group's email address or unique group ID

  • descriptionstring

    Updated group description

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not