---
title: "Paginated Users Information (if user does not have user:view permission list only contains him/her information) (Auth)"
method: GET
path: "/api/users"
tags: ["AppUser"]
---

# Paginated Users Information (if user does not have user:view permission list only contains him/her information) (Auth)

`GET /api/users`

## Query parameters

- `PageNumber` integer
- `PageSize` integer
- `filterByEmail` string
- `filterByNickName` string

## Response `200`

OK

- PublicRAppUser[]
  - `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

---

[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)
