---
title: "Retrieves all users for the organization with the specified short name (accessible to same-organization users or Secretariat)"
method: GET
path: "/registry/org/{shortname}/users"
tags: ["Registry User"]
---

# Retrieves all users for the organization with the specified short name (accessible to same-organization users or Secretariat)

`GET /registry/org/{shortname}/users`

<h2>Access Control</h2>  <p>Authenticated users can access this endpoint only for their own organization. Secretariat users can access any organization.</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

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

- ListRegistryUsersResponseJson — unresolved $ref

## Other responses

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

## Changes

- **2026-07-20** `8dbf1b328a70` — 1 info
  - api operation id `userOrgAll` removed and replaced with `registryOrgUsersAll`
- **2025-11-04** `26ede34bbf48` — 1 info
  - endpoint added
- **2025-10-14** `2c44a137d9b0` — 1 breaking
  - api path removed without deprecation
- **2025-09-22** `27e4e9be9c5f` — 3 breaking, 9 info
  - added the new required `header` request parameter `CVE-API-KEY`
  - added the new required `header` request parameter `CVE-API-ORG`
  - added the new required `header` request parameter `CVE-API-USER`
  - api operation id `userOrgAll` was added
  - …8 more
- **2025-09-19** `efebaec5edf0` — 3 breaking, 4 warning, 5 info
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `401`
  - removed the success response with the status `200`
  - deleted the `header` request parameter `CVE-API-KEY`
  - …8 more

[Change history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/registry/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/a0323331d921/schema)
