---
title: "Get current user's Sales Agent"
method: GET
path: "/v2.0/sales-agents/current"
tags: ["Sales Agents V2"]
---

# Get current user's Sales Agent

`GET /v2.0/sales-agents/current`

Retrieves the Sales Agent (AI Assistant) configuration for the current logged-in user. Returns detailed information including assistant profile, virtual contact info, and quota settings.

## Headers

- `Authorization` string, required

## Response `200`

Sales Agent found successfully

- SalesAgentResponseV2 — Sales Agent information
  - `id` integer — Sales Agent ID
  - `userId` integer — User ID who owns this Sales Agent
  - `agentName` string — Agent's full name
  - `agentHeadUrl` string — Agent's avatar URL
  - `assistantName` string — AI Assistant name
  - `assistantHeadUrl` string — AI Assistant avatar URL
  - `virtualNumber` string — Virtual phone number
  - `virtualNumberCountry` string — Virtual number country code
  - `followUpRole` string — Follow-up role: buyer_agent, listing_agent, etc.
  - `agentExperience` string — Agent experience description
  - `email` string — AI Assistant email
  - `status` string — Status: ACTIVE, INACTIVE, etc.
  - `createdAt` string — Creation time in ISO8601 format
  - `updatedAt` string — Last update time in ISO8601 format
  - `hasQuotaSeat` boolean — Whether AI has valid quota seat
  - `borrowLevel` string — Borrow level if using borrowed AI: SELF, GROUP, TEAM
  - `borrowId` integer — Borrowed from user/office ID

## Other responses

- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/versions/23e640467118/schema)
