# Federation Group 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 all federation groups

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v1/customer/federationGroups" 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 %}

### Update advisor's federation group for the given external network

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v1/customer/advisors/{advisorSymphonyId}/externalNetwork/{externalNetwork}/federationGroup" method="put" %}
[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 %}

### Bulk update advisor(s) federation group(s)

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v1/customer/advisors/federationGroup/bulk" 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 %}

### Set federation group of a room

{% openapi src="/files/9NcKj1nQ0OVv4bu1Mw7w" path="/api/v1/customer/rooms/{streamId}/federationGroup" method="put" %}
[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/federationgroup.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.
