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

38 lines
1.2 KiB
Plaintext

---
title: Create User
full: true
_openapi:
method: POST
toc: []
structuredData:
headings: []
contents:
- content: >-
Adds a user to the server
# Fields
| Name | Required? | Type |
Description | Rules |
|-------------|-----------|--------|------------------------------------|-------|
| email | required | string | Email address of the
user | |
| permissions | required | object | Permissions that user is
permitted | |
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Adds a user to the server
# Fields
| Name | Required? | Type | Description | Rules |
|-------------|-----------|--------|------------------------------------|-------|
| email | required | string | Email address of the user | |
| permissions | required | object | Permissions that user is permitted | |
<APIPage document={"./openapi.json"} operations={[{"path":"/api/client/servers/{server}/users","method":"post"}]} />