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

# Get User

> List Users



## OpenAPI

````yaml GET /user
openapi: 3.0.3
info:
  title: API Atlas BFF
  version: 1.0.0
  contact: {}
servers:
  - url: https://atlas-back.fly.dev
security: []
tags:
  - name: User
  - name: Staff
  - name: Client
  - name: Notification
  - name: Subscription
  - name: Subscriber
  - name: Product
  - name: Acquisition
  - name: Tag
  - name: Tasks
paths:
  /user:
    get:
      tags:
        - User
      summary: List Users
      description: List Users
      operationId: listUsers
      responses:
        '200':
          description: ''

````