---
title: "List users"
method: GET
path: "/users"
tags: ["Users"]
---

# List users

`GET /users`

Lists all users for the current client. Requires admin role.

## Response `200`

List of users.

- UserProfile[]
  - `id` integer
  - `username` string
  - `email` string, email
  - `full_name` string
  - `role` 'admin' | 'viewer'
  - `client_id` integer
  - `two_factor_enabled` boolean

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
