---
title: "Get User by Name"
method: GET
path: "/v1/users/search.json"
tags: ["users"]
---

# Get User by Name

`GET /v1/users/search.json`

## Query parameters

- `token` string, required
- `q` string

## Response `200`

successful operation

- object
  - `id` integer
  - `username` string
  - `profile_picture_path` string
  - `initials` string
  - `full_name` string

## Other responses

- `404` — User not found

---

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