# getUsers

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/backend/api/openapi.yaml`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/backend/api/openapi.yaml#L1)

Get all users

## Endpoint

`GET /users`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `limit` | query | `integer` | - |  |
| `offset` | query | `integer` | - |  |

## Referenced By

- `User Management API` (IMPLEMENTS_API)
