---
title: "Retrieve a basic user data"
method: GET
path: "/users/{user_id}"
tags: ["Users"]
---

# Retrieve a basic user data

`GET /users/{user_id}`

Retrieves a [User](#object-users) object.

 Not available via OAuth token.

 Available via S2S.

## Path parameters

- `user_id` union, required
  - number
  - string, uuid

## Response `200`

OK

- Users
  - `id` number — A unique identifier of the user.
  - `uuid` string, uuid — A unique identifier of the user as UUID.
  - `email` string — E-mail of the user.
  - `fullname` string — User name and last name.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
