---
title: "Get user"
method: GET
path: "/v2/users/{user_id}"
tags: ["User"]
---

# Get user

`GET /v2/users/{user_id}`

Get a user by its Id.

## Path parameters

- `user_id` string, required

## Response `200`

- object
  - `id` string — User Id.
  - `role` string — User role.
  - `allow_camera` boolean — Indicates if user is allowed to do video call or not.
  - `language` string — User language.
  - `creation_date` string, date-time — Creation date of the user.
  - `avatar_url` string — Avatar resource url of the user. **The file pointed by this URL is treated as PII/PHI**
  - `active` boolean — Indicates if the user active or not.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — User was not found
- `429` — Too Many request

---

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