---
title: "returns user information (if user does not have user:view permission trying to view other users' information fails with a forbidden error) (Auth)"
method: GET
path: "/api/users/{id}"
tags: ["AppUser"]
---

# returns user information (if user does not have user:view permission trying to view other users' information fails with a forbidden error) (Auth)

`GET /api/users/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- PublicRAppUser — user informtaion
  - `id` string, uuid, nullable — Id
  - `username` string, nullable — User Name
  - `email` string, email, nullable — User Email
  - `phoneNumber` string, tel, nullable — User Mobile Phone Number
  - `firstName` string, nullable — First Name
  - `surName` string, nullable — SurName
  - `status` 0 | 1, required — User Status
  - `rImageId` string, uuid, nullable — user image
  - `nickName` string, nullable — nick name
  - `bio` string, nullable — biography
  - `website` string, nullable — web site
  - `emailConfirmed` boolean — email verified
  - `createDate` string, date-time — create date

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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