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

# AR24 listUsers



## OpenAPI

````yaml /openapi.json get /notifications/ar24-users
openapi: 3.0.0
info:
  title: Korint Documentation
  description: Korint API Documentation
  version: 1.0.0
  contact: {}
servers: []
security:
  - bearerAuth: []
tags: []
paths:
  /notifications/ar24-users:
    get:
      tags:
        - notifications
        - debug
      summary: AR24 listUsers
      operationId: NotificationController_listAR24Users
      parameters: []
      responses:
        '200':
          description: ''
components: {}

````