> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/es/automatizacion/runbooks/runbook-references/org/general/add-office365-group.md).

# Agregar grupo de Office 365

### Descripción

Este runbook crea un grupo de Microsoft 365 y aprovisiona el sitio de SharePoint relacionado. Opcionalmente, puede promover el grupo a un equipo de Microsoft Teams después de su creación.

### Ubicación

Organización → General → Agregar grupo de Office365

**Nombre completo del runbook**

rjgit-org\_general\_add-office365-group

### Permisos

#### Permisos de aplicación

* **Tipo**: Microsoft Graph
  * Group.Create
  * Team.Create

### Parámetros

#### MailNickname

Alias de correo usado para la creación del grupo.

| Propiedad            | Valor     |
| -------------------- | --------- |
| Requerido            | verdadero |
| Valor predeterminado |           |
| Tipo                 | Cadena    |

#### DisplayName

Nombre para mostrar opcional. Si está vacío, se usa MailNickname.

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | falso  |
| Valor predeterminado |        |
| Tipo                 | Cadena |

#### CreateTeam

Elija "Solo crear un sitio de SharePoint" (valor final: $false) o "Crear un equipo (y sitio de SharePoint)" (valor final: $true). Un equipo necesita un propietario, por lo que si CreateTeam se establece en true y no se especifica ningún propietario, el runbook establecerá al llamante como propietario.

| Propiedad            | Valor    |
| -------------------- | -------- |
| Requerido            | falso    |
| Valor predeterminado | Falso    |
| Tipo                 | Booleano |

#### Private

Elija la visibilidad del grupo: "Público" (valor final: $false) o "Privado" (valor final: $true).

| Propiedad            | Valor    |
| -------------------- | -------- |
| Requerido            | falso    |
| Valor predeterminado | Falso    |
| Tipo                 | Booleano |

#### MailEnabled

Si se establece en true, el grupo está habilitado para correo.

| Propiedad            | Valor    |
| -------------------- | -------- |
| Requerido            | falso    |
| Valor predeterminado | Falso    |
| Tipo                 | Booleano |

#### SecurityEnabled

Si se establece en true, el grupo está habilitado para seguridad.

| Propiedad            | Valor     |
| -------------------- | --------- |
| Requerido            | falso     |
| Valor predeterminado | Verdadero |
| Tipo                 | Booleano  |

#### Owner

Propietario opcional del grupo.

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | falso  |
| Valor predeterminado |        |
| Tipo                 | Cadena |

#### Owner2

Segundo propietario opcional del grupo.

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | falso  |
| Valor predeterminado |        |
| Tipo                 | Cadena |

[Volver a la vista general de la referencia del runbook](/es/automatizacion/runbooks/runbook-references.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/es/automatizacion/runbooks/runbook-references/org/general/add-office365-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
