---
title: "Returns a GDrive person"
method: GET
path: "/v1/GDrive/person/{userId}"
tags: ["GDrive"]
---

# Returns a GDrive person

`GET /v1/GDrive/person/{userId}`

## Path parameters

- `userId` integer, required

## Response `200`

The details for an advisor

- AdaptekApiApplicationGDriveGDrivePersonDto
  - `id` integer
  - `portalId` integer
  - `portalEmail` string, nullable
  - `advisorId` integer, nullable
  - `asbId` string, nullable
  - `name` string, nullable
  - `firm` string, nullable
  - `organizationName` string, nullable
  - `personType` 1 | 2 | 3 | 4 | 5 | 6
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `phoneNumbers` AdaptekApiApplicationGDrivePhoneNumberDto[], nullable
    - `isPrimary` boolean
    - `number` string, nullable
    - `location` string, 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)
