UiPath Documentation
marketplace
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía del usuario de Marketplace

Última actualización 1 de abr. de 2026

Crear equipo a partir de un grupo

UiPath.Teams.Activities.Teams.CreateTeamFromGroup

The Create Team from Group activity calls the Microsoft Graph CreateTeamFromGroup API to create a new team based on an existing group in your Azure directory (GroupId). The new team is created using a standard template, the name of the specified group, and it includes all group members.

After the activity creates your new team, it outputs its properties in a Team object (Team) that you can use as input variables in subsequent activities (for example, Team.Id in Get Channels, Update Channel, and so on).

Cómo funciona

The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.

  1. Completa los pasos de configuración .
  2. Add the Microsoft Teams Scope activity to your project.
  3. Add the Create Team from Group activity inside the Microsoft Teams Scope activity.
  4. Introduce valores para las propiedades de entrada .
  5. Create and enter a Team variable for your Output property.
  6. Ejecuta la actividad.
    • Your input property values are sent to the CreateTeamFromGroup API.

    • La API devuelve el valor Team a su variable de propiedad de salida.

      Imagen de documentos

Propiedades

Los valores para las siguientes propiedades se especifican al agregar esta actividad a tu proyecto en UiPath Studio.

Imagen de documentos

Común

NombreParaMostrar

El nombre para mostrar de la actividad.

AtributosDetalles
TipoString
Obligatorio
Valor predeterminadoCrear equipo a partir de un grupo
Valores permitidosIntroduce una variable String o String .
NotasN/D

Entrada

IdDelGrupo

El ID de objeto del grupo de directorios de Azure que desea usar para crear su equipo.

AtributosDetalles
TipoString
ObligatorioNo
Valor predeterminadoVacío
Valores permitidosIntroduce una variable String o String .
NotasIntroduzca el Id de objeto de su grupo. Puede encontrar su ID de objeto en su Directorio de Azure> Grupos - Todos los grupos> "Grupo" (vea la imagen a continuación).

Imagen de documentos

Salida

Equipo

El objeto Team que representa el equipo creado.

AtributosDetalles
TipoTeam
ObligatorioNo (obligatorio si planea utilizar los datos de salida en actividades posteriores)
Valor predeterminadoVacío
Valores permitidosIntroduzca una variable Team .
NotasThe variable you create for this property can be used as an input variable in subsequent activities (for example, Team.Id in Get Channels, Update Channel, and so on). The Team object includes multiple properties and relationships that you can use in other activities. The example image below shows some of the properties that you can return. Note - some properties listed in the designer are not applicable to the Team object (for example, Template). For a list of the applicable Team properties, visit the links above.

Ejemplo

La siguiente imagen muestra un ejemplo de la relación de dependencia de la actividad y los valores de las propiedades de entrada / salida.

For step-by-step instructions and examples, see the Quickstart guides.

Imagen de documentos

  • Cómo funciona
  • Propiedades
  • Común
  • Entrada
  • Salida
  • Ejemplo

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado