---
title: "GET /v1/user/"
method: GET
path: "/v1/user/"
tags: ["user"]
---

# GET /v1/user/

`GET /v1/user/`

## Query parameters

- `cursor` string
- `exclude` string
- `page_size` integer
- `search` string

## Response `200`

- PaginatedUserListForBusinessList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` UserListForBusiness[]
    - `id` integer, required
    - `nickname` string, required
    - `email` string, required
    - `profileImage` string, uri, required

---

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