---
title: "get all users"
method: GET
path: "/users"
tags: ["user"]
---

# get all users

`GET /users`

This can only be done by a logged in user who has the required privileges.

## Response `200`

List all users

- UserResponse[]
  - `id` string — User Id
  - `username` string, required — Username as an email address
  - `firstname` string, required — firstname
  - `lastname` string, required — lastname
  - `status` 'active' | 'pending' | 'disabled'
  - `confirmed` boolean — true, if the confirmation link/email has been triggered
  - `img` string — url to user image

---

[API](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/iam-api-for-oih/revisions/e2b72db6827a/schema)
