Files
Red-Banana-Official 6d6d4dcf26 Adding API documentation
2026-02-20 18:03:15 +01:00

56 lines
1.3 KiB
Plaintext

---
title: List users
full: true
_openapi:
method: GET
toc: []
structuredData:
headings: []
contents:
- content: |-
Retrieves all users
## Available Include parameters
| Parameter | Description |
|-----------|----------------------------------------|
| servers | List of servers the user has access to |
## Filters
| Parameter |
|-------------|
| email |
| uuid |
| username |
| external_id |
## Sort by
| Parameter |
|-------------|
| id |
| uuid |
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Retrieves all users
## Available Include parameters
| Parameter | Description |
|-----------|----------------------------------------|
| servers | List of servers the user has access to |
## Filters
| Parameter |
|-------------|
| email |
| uuid |
| username |
| external_id |
## Sort by
| Parameter |
|-------------|
| id |
| uuid |
<APIPage document={"./openapi.json"} operations={[{"path":"/api/application/users","method":"get"}]} />