---
title: "Grants or Revokes an Agents App Access from their affiliation to Ascentium, GA, GAB, GI, GLB or GS.
Intended only for use by PHP and Home Office integration.  Used when someone affiliates
with a one of the companies passed in via the Body of the request."
method: PUT
path: "/v1/Advisors/{advisorId}/Affiliations"
tags: ["Advisors"]
---

# Grants or Revokes an Agents App Access from their affiliation to Ascentium, GA, GAB, GI, GLB or GS.
Intended only for use by PHP and Home Office integration.  Used when someone affiliates
with a one of the companies passed in via the Body of the request.

`PUT /v1/Advisors/{advisorId}/Affiliations`

Sample Request:

    PUT /v1/advisors/1234/affiliations
    {
        "ascentium": true,
        "ga": false,
        "gab": false,
        "gi": true,
        "glb": false,
        "gs": false
    }

## Path parameters

- `advisorId` integer, required

## Request body

- AdaptekApiCommonModelsApiModelsAdvisorsCommandsAffiliationsModelV2
  - `ga` boolean
  - `gab` boolean
  - `gi` boolean
  - `glb` boolean
  - `gs` boolean
  - `ascentium` boolean
  - `complianceApplication` boolean

## Response `200`

Successfully Updated Agent's App Access.

## Other responses

- `404` — The specified Advisor was not found.
- `500` — An unspecified error aas occured. Please contact NexTek support.

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/versions/517cf2397b0d/schema)
