This endpoint is used to create the first user.
POSThttps://localhost:8900/create-first-user
Create the first user from the create first user login form.
Request
- application/x-www-form-urlencoded
Body
company string
The company name.
fullname string
The full name of the user.
email string
The email of the user.
password string
The password of the user.
password_repeat string
The repeated password of the user.
redirect string
The redirect url after the user is created.
Responses
- 303
The redirect to the specified url in the form.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://localhost:8900/create-first-user' \
-H 'Content-Type: application/x-www-form-urlencoded'