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

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

## Changes

- **2018-07-12** `1cc80c847b7e` — 1 info
  - added the required property `items/role` to the response with the `200` status

[Change history](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih/changes/users/get.md)

---

[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/1cc80c847b7e/schema)
