v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB
User Management

Create a user

Used to create a new user. To disable this endpoint, config.account.allow_signup must be set to false.

post/users

Request body

emailstring email required

Response

Details about the created user

user_idstring uuid4
email_idstring uuid4

Example response

{
  "user_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c",
  "email_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
}