# Add Management Partner

### Description

This runbook lists existing Partner Admin Links (PAL) for the tenant or adds a new PAL. It uses the Azure Management Partner API and supports an interactive action selection.

### Location

Organization → General → Add Management Partner

**Full Runbook name**

rjgit-org\_general\_add-management-partner

### Permissions

#### Permission notes

Owner or Contributor role on the Azure Subscription

### Parameters

#### Action

Choice of action to perform: list existing PALs or add a new PAL.

| Property      | Value |
| ------------- | ----- |
| Required      | true  |
| Default Value | 0     |
| Type          | Int32 |

#### PartnerId

Partner ID to set when adding a PAL.

| Property      | Value   |
| ------------- | ------- |
| Required      | false   |
| Default Value | 6457701 |
| Type          | Int32   |

[Back to Runbook Reference overview](/automation/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/automation/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.
