---
title: "Retrieves all users for the organization with the specified short name (accessible to all registered users)"
method: GET
path: "/org/{shortname}/users"
tags: ["Users"]
---

# Retrieves all users for the organization with the specified short name (accessible to all registered users)

`GET /org/{shortname}/users`

<h2>Access Control</h2>  <p>All registered users can access this endpoint</p>  <h2>Expected Behavior</h2>  <p><b>Regular, CNA & Admin Users:</b> Retrieves information about users in the same organization</p>  <p><b>Secretariat:</b> Retrieves all user information for any organization</p>

## Path parameters

- `shortname` string, required

## Query parameters

- `page` integer
- `registry` boolean

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Response `200`

Returns all users for the organization, along with pagination fields if results span multiple pages of data

- union
  - ListUsersResponseJson — unresolved $ref
  - ListRegistryUsersResponseJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-09-19** `efebaec5edf0` — 2 breaking
  - for the `query` request parameter `registry`, the type changed from `string` to `boolean`
  - added `#/components/schemas/list-users-response.json, #/components/schemas/list-registry-users-response.json` to the response body `oneOf` list for the response status `200`

[Change history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/org/:shortname/users/get.md)

---

[API](https://skmtc.dev/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.dev/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cveproject/cve-services-api/revisions/efebaec5edf0/schema)
