---
title: "List users"
method: GET
path: "/v1/users"
tags: ["Accounts"]
---

# List users

`GET /v1/users`

Returns the users that the caller may trade on behalf of

## Response `200`

A successful response.

- ListUsersResponse
  - `users` string[]
  - `displayNames` string[]
  - `firms` string[]
  - `firmsDisplayNames` string[]

---

[API](https://skmtc.net/polymarket/apis/portfolio-api.md) · [All operations](https://skmtc.net/polymarket/apis/portfolio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/portfolio-api/revisions/150874842db1/schema)
