mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-06-06 23:44:45 -05:00
56 lines
1.3 KiB
Plaintext
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"}]} /> |