---
title: "findAgents portal_sales_agents"
method: GET
path: "/ops/sales-agents"
tags: ["ops"]
---

# findAgents portal_sales_agents

`GET /ops/sales-agents`

Get a list of all portal sales agents or sales agents for provided seller_id

## Query parameters

- `seller_id` string, regexp — Seller Id
- `exclude_suspended` boolean — Whether to exclude suspended sales agents

## Response `200`

OK response.

- PortalSalesAgents
  - `agents` PortalSalesAgent[], required — List of Sales Agents
    - `email` string, email, required — E-mail
    - `external_agent_id` string — Id number used to identify the sales agent in the seller's internal system
    - `id` string, required — Auth0 Sales Agent ID
    - `language` string — User language
    - `last_login` string, date-time
    - `name` string, required — Name of the agent
    - `phone` string, required — Phone number
    - `seller_id` string, regexp — Seller ID
    - `seller_store_id` string — Id number used to identify the store a PoS agent is operating from
    - `status` string — User status
    - `topi_relevant` boolean — Whether the user is relevant for driving topi GMV, this allows us to opt out users that are managers or are not expected to do much sales from reporting.

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — SellerNotFound: Not Found response.

---

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