Skip to main content
Version: Next

Create user

POST 

/users

Create a new user.

Request

Body

required
    password string

    The password of the user.

    username string

    The username of the user.

    name string

    The name of the user.

    email string

    The email of the user.

Responses

The user was created successfully.

Schema
    userKey int64

    The key of the created user

Loading...