> ## Documentation Index
> Fetch the complete documentation index at: https://docs.watchr.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a list of users

> Get a list of all users. Apply filters



## OpenAPI

````yaml /api-reference/openapi.json get /users
openapi: 3.1.0
info:
  title: Watchr
  version: 0.0.0
servers: []
security: []
paths:
  /users:
    get:
      tags:
        - Users
      summary: Get a list of users
      description: Get a list of all users. Apply filters
      operationId: get_users
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````