# findAll

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/backend/src/users/users.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/backend/src/users/users.controller.ts#L34)

Get all users

## Endpoint

`GET /users`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `paginationQuery` | query | `PaginationQueryDto` | ✓ |  |

## Referenced By

- `UsersController` (MODULE_DECLARES)
