---
title: "Returns an advisor"
method: GET
path: "/v1/Advisors/{advisorId}"
tags: ["Advisors"]
---

# Returns an advisor

`GET /v1/Advisors/{advisorId}`

## Path parameters

- `advisorId` integer, required

## Response `200`

The details for an advisor

- AdaptekApiApplicationAdvisorsQueriesGetAdvisorGetAdvisorResponse
  - `id` string, nullable
  - `holdingCompanyId` string, nullable
  - `fmoId` integer
  - `title` string, nullable
  - `firstName` string, nullable
  - `middleName` string, nullable
  - `lastName` string, nullable
  - `userId` string, nullable
  - `password` string, nullable
  - `active` boolean, nullable
  - `externalId` string, nullable
  - `realmId` integer, nullable
  - `realmName` string, nullable
  - `c2dmRegistrationId` string, nullable
  - `imageFile` string, nullable
  - `bio` string, nullable
  - `activeViewPass` string, nullable
  - `activeViewUser` string, nullable
  - `byAllAccountsId` integer, nullable
  - `calDavUser` string, nullable
  - `calDavPassword` string, nullable
  - `calDavCtag` integer, nullable
  - `lastNotificationDateTime` string, date-time, nullable
  - `caldavUrl` string, nullable
  - `email` string, nullable
  - `bdSignature` string, nullable
  - `riaSignature` string, nullable
  - `insSignature` string, nullable
  - `taxSignature` string, nullable
  - `trstSignature` string, nullable
  - `mrtgSignature` string, nullable
  - `mailchimpKey` string, nullable
  - `showBd` boolean, nullable
  - `showRia` boolean, nullable
  - `showIns` boolean, nullable
  - `showTax` boolean, nullable
  - `showTrst` boolean, nullable
  - `showMrtg` boolean, nullable
  - `calDavEmail` string, nullable
  - `calDavDisplay` string, nullable
  - `address` string, nullable
  - `address2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zip` string, nullable
  - `workPhone` string, nullable
  - `cellPhone` string, nullable
  - `fax` string, nullable
  - `complianceCheck` boolean, nullable
  - `complianceCheckerId` integer, nullable
  - `calDavSyncFlag` boolean, nullable
  - `calDavSyncDateTime` string, date-time, nullable
  - `repBuilderStartedDatetime` string, date-time, nullable
  - `mailchimpQuota` integer, nullable
  - `repBuilderEmailsPerSend` integer, nullable
  - `disclosure` string, nullable
  - `reportDisclosure` string, nullable
  - `timezone` string, nullable
  - `cellCarrier` string, nullable
  - `firstHour` integer, nullable
  - `lastHour` integer, nullable
  - `hourScale` integer, nullable
  - `resetPassword` boolean, nullable
  - `isOldPassword` boolean, nullable
  - `showDisclaimer` boolean, nullable
  - `isDebugging` boolean, nullable
  - `useImapSync` boolean, nullable
  - `canEditQuestionnaires` boolean, nullable
  - `isCaseCentralUser` boolean, nullable
  - `canEditWorkflows` boolean, nullable
  - `isByAllAccountsUnlimited` boolean, nullable
  - `isHeldAwayEnabled` boolean, nullable
  - `passwordResetToken` string, uuid, nullable
  - `passwordResetUtcTimeInitiated` string, date-time, nullable
  - `showInvestmentNewsInVault` boolean, nullable
  - `portalIdentifier` integer, nullable
  - `enablePortalInvitation` boolean
  - `timeZoneTypeId` integer, nullable
  - `enableEmailApp` boolean, nullable
  - `isFtkUser` boolean, nullable
  - `leadManagementLogin` boolean, nullable
  - `hasAscentium` boolean, nullable
  - `hasTextApp` boolean, nullable

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