# Adicionar parceiro de gestão

### Descrição

Este runbook lista os Partner Admin Links (PAL) existentes para o Tenant ou adiciona um novo PAL. Ele usa a Azure Management Partner API e suporta uma seleção de ação interativa.

### Localização

Organization → General → Add Management Partner

**Nome completo do Runbook**

rjgit-org\_general\_add-management-partner

### Permissões

#### Notas de permissão

Função de Owner ou Contributor na assinatura do Azure

### Parâmetros

#### Ação

Escolha da ação a executar: listar PALs existentes ou adicionar um novo PAL.

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

#### PartnerId

ID de parceiro a definir ao adicionar um PAL.

| Propriedade  | Valor   |
| ------------ | ------- |
| Obrigatório  | false   |
| Valor padrão | 6457701 |
| Tipo         | Int32   |

[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/org/general/add-management-partner.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.
