> 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/pt/automacao/runbooks/runbook-references/org/applications/export-enterprise-application-users.md).

# Exportar utilizadores de aplicações empresariais

### Descrição

Este runbook exporta um relatório CSV de aplicações empresariais (ou de todos os Service Principals), incluindo proprietários e utilizadores ou grupos atribuídos. Carrega o ficheiro CSV gerado para uma Azure Storage Account e devolve um link de download com tempo limitado.

### Localização

Organização → Aplicações → Exportar Utilizadores de Aplicação Empresarial

**Nome completo do runbook**

rjgit-org\_applications\_export-enterprise-application-users

### Permissões

#### Permissões da aplicação

* **Tipo**: Microsoft Graph
  * Directory.Read.All
  * Application.Read.All

#### Notas de permissão

Azure IaaS: - Contribuidor - acesso na subscrição ou grupo de recursos usado para a exportação

### Parâmetros

#### entAppsOnly

Determina se deve exportar apenas aplicações empresariais (valor final: verdadeiro) ou todos os Service Principals/aplicações (valor final: falso).

| Propriedade       | Valor      |
| ----------------- | ---------- |
| Obrigatório       | falso      |
| Valor predefinido | Verdadeiro |
| Tipo              | Booleano   |

#### ContainerName

Nome do contentor de armazenamento usado para o carregamento.

| Propriedade       | Valor  |
| ----------------- | ------ |
| Obrigatório       | falso  |
| Valor predefinido |        |
| Tipo              | String |

#### ResourceGroupName

Grupo de recursos que contém a Storage Account.

| Propriedade       | Valor  |
| ----------------- | ------ |
| Obrigatório       | falso  |
| Valor predefinido |        |
| Tipo              | String |

#### StorageAccountName

Nome da Storage Account usado para o carregamento.

| Propriedade       | Valor  |
| ----------------- | ------ |
| Obrigatório       | falso  |
| Valor predefinido |        |
| Tipo              | String |

#### LinkExpiryDays

Número de dias até que o link de download gerado expire.

| Propriedade       | Valor |
| ----------------- | ----- |
| Obrigatório       | falso |
| Valor predefinido | 6     |
| Tipo              | Int32 |

[Voltar à visão geral da referência do runbook](/pt/automacao/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/pt/automacao/runbooks/runbook-references/org/applications/export-enterprise-application-users.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.
