# Permissions API

{% hint style="warning" %}
Always use the ![](/files/mByYnGmPkcTlyuL1oLFy) **Copy** icon in the example field when copying examples. Manual copy and paste is known to cause data format errors.
{% endhint %}

### List permissions

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v1/customer/permissions" method="get" %}
[api.yaml](https://397313235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTJvECnDqvKrzWPsq5Qq6%2Fuploads%2Fgit-blob-fd1715e8ea853c83a846ccd6a31780692bc6a148%2Fapi.yaml?alt=media)
{% endopenapi %}

### List advisor's permissions

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v2/customer/advisors/{advisorSymphonyId}/externalNetwork/{externalNetwork}/permissions" method="get" %}
[api.yaml](https://397313235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTJvECnDqvKrzWPsq5Qq6%2Fuploads%2Fgit-blob-fd1715e8ea853c83a846ccd6a31780692bc6a148%2Fapi.yaml?alt=media)
{% endopenapi %}

### List EMP permissions

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v1/customer/externalNetwork/{externalNetwork}/permissions" method="get" %}
[api.yaml](https://397313235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTJvECnDqvKrzWPsq5Qq6%2Fuploads%2Fgit-blob-fd1715e8ea853c83a846ccd6a31780692bc6a148%2Fapi.yaml?alt=media)
{% endopenapi %}

### Add permission to an advisor

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v2/customer/advisors/{advisorSymphonyId}/externalNetwork/{externalNetwork}/permissions" method="post" %}
[api.yaml](https://397313235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTJvECnDqvKrzWPsq5Qq6%2Fuploads%2Fgit-blob-fd1715e8ea853c83a846ccd6a31780692bc6a148%2Fapi.yaml?alt=media)
{% endopenapi %}

### Add permission to multiple advisors

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v2/customer/advisors/permissions" method="post" %}
[api.yaml](https://397313235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTJvECnDqvKrzWPsq5Qq6%2Fuploads%2Fgit-blob-fd1715e8ea853c83a846ccd6a31780692bc6a148%2Fapi.yaml?alt=media)
{% endopenapi %}

### Remove permission

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v2/customer/advisors/{advisorSymphonyId}/externalNetwork/{externalNetwork}/permissions/{permissionName}" method="delete" %}
[api.yaml](https://397313235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTJvECnDqvKrzWPsq5Qq6%2Fuploads%2Fgit-blob-fd1715e8ea853c83a846ccd6a31780692bc6a148%2Fapi.yaml?alt=media)
{% endopenapi %}


---

# 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://rest-api-federation.symphony.com/readme/permissions-1.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.
