---
title: "Get"
method: GET
path: "/public/api/users/{id}"
tags: ["Users"]
---

# Get

`GET /public/api/users/{id}`

Get a user for the given id.

## Path parameters

- `id` string, required

## Headers

- `Accept` string

## Response `200`

OK

- object
  - `user_id` string
  - `username` string
  - `first_name` string
  - `last_name` string
  - `client_role` string
  - `email` string
  - `groups` string[]
  - `language` string
  - `photo` string
  - `store_id` string
  - `tags` string[]
  - `allow_local_login` boolean
  - `mobile_version` string
  - `desktop_version` string
  - `last_seen` string
  - `client_id` string[]
  - `created_date` string
  - `updated_date` string

---

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