---
title: "Get Users"
method: GET
path: "/public/v1/users"
tags: ["users"]
---

# Get Users

`GET /public/v1/users`

Retrieve user information based on provided user IDs.
If no user IDs are specified, the information for the currently authorised user will be returned by default.

## Query parameters

- `id` integer[]

## Response `200`

OK

- object
  - `data` EndpointsGetUser[]
    - `email` string
    - `name` string
    - `profile_picture` string
    - `user_id` integer
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/kick/apis/kick-dev-public-api.md) · [All operations](https://skmtc.dev/kick/apis/kick-dev-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kick/kick-dev-public-api/revisions/4409263e7aff/schema)
