Skip to main content

This endpoint is used to create the first user.

POST 

/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.

Loading...