v1

latestOpenAPI 3.0.3MIT2026-07-17493640.5 KB
User Management

Create new user

Create a new user.

post/users

Request body

namestring required
emailstring email required

Example request

{
  "name": "pAI-OS",
  "email": "contact@paios.org"
}

Response

User Created

idstring uuid

Example response

{
  "id": "7bea4732-214f-40e7-9161-4e7241a2b97e"
}