Skip to main content
Version: 4.2.0

This endpoint is used to create the first user.

POST 

https://localhost:8900/create-first-user

Create the first user from the create first user login form.

Request

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

The redirect to the specified url in the form.

curl -L -X POST 'https://localhost:8900/create-first-user' \
-H 'Content-Type: application/x-www-form-urlencoded'
Request Collapse all
Base URL
https://localhost:8900
Body