---
title: "Returns the advisor that is coded with this portal Id with extra information related to agent Holding company and Fmo"
method: GET
path: "/Advisors/linkedAdvisor/{userId}"
tags: ["Advisors"]
---

# Returns the advisor that is coded with this portal Id with extra information related to agent Holding company and Fmo

`GET /Advisors/linkedAdvisor/{userId}`

## Path parameters

- `userId` integer, required

## Response `200`

The details for linked advisor

- AdaptekApiApplicationAdvisorsQueriesGetLinkedAdvisorGetPortalLinkedAdvisorResponse
  - `id` integer
  - `holdingCompanyId` integer
  - `holdingCompanyName` string, nullable
  - `fmoId` integer
  - `fmoName` string, nullable
  - `title` string, nullable
  - `firstName` string, nullable
  - `middleName` string, nullable
  - `lastName` string, nullable
  - `active` boolean, nullable
  - `externalId` string, nullable
  - `email` string, nullable
  - `portalIdentifier` integer, nullable
  - `portalUserLinks` integer

## Other responses

- `404` — The advisor was not found

---

[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)
