# Listar todos os membros

### Descrição

Este script recupera os membros de um grupo EntraID especificado, incluindo tanto os membros diretos quanto os provenientes de grupos aninhados. A saída é um arquivo CSV com colunas para Nome Principal do Usuário (UPN), status de associação direta e caminho do grupo. O caminho do grupo reflete a hierarquia de associação — por exemplo, “Principal, Secundário” se um usuário pertencer a “Principal” por meio do grupo aninhado “Secundário.”

### Localização

Grupo → Geral → Listar Todos os Membros

**Nome completo do Runbook**

rjgit-group\_general\_list-all-members

### Permissões

#### Permissões de aplicativo

* **Tipo**: Microsoft Graph
  * Group.Read.All
  * User.Read.All

### Parâmetros

#### GroupId

O ID do objeto do grupo Microsoft Entra ID cuja associação será recuperada.

| Propriedade  | Valor  |
| ------------ | ------ |
| Obrigatório  | true   |
| Valor padrão |        |
| Tipo         | String |

[Voltar para a visão geral da Referência de Runbook](/pt/automacao/runbooks/runbook-references.md)


---

# Agent Instructions: 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/group/general/list-all-members.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.
