---
title: "Get all users"
method: GET
path: "/api/users"
tags: ["user-resource"]
---

# Get all users

`GET /api/users`

## Query parameters

- `apps` boolean

## Response `200`

OK

- ConductorUser[]
  - `applicationUser` boolean
  - `contactInformation` object
  - `encryptedId` boolean
  - `encryptedIdDisplayValue` string
  - `groups` Group[]
    - `contactInformation` object
    - `defaultAccess` object
    - `description` string
    - `id` string
    - `roles` Role[]
      - `name` string
      - `permissions` Permission[] — unresolved $ref
  - `id` string
  - `name` string
  - `namespace` string
  - `orkesApiGateway` boolean
  - `orkesApp` boolean
  - `orkesWorkersApp` boolean
  - `roles` Role[]
    - `name` string
    - `permissions` Permission[] — unresolved $ref
  - `uuid` string

---

[API](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server.md) · [All operations](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orkescloud/orkes-conductor-api-server/revisions/6ebf0c14ac41/schema)
