Skip to end of banner
Go to start of banner

Create New User

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In order to create a new user, submit a POST request to /api/users.

Request

Key

Description

email

The new user's email address (will be used as login username).

password

The new user's password (must be at least 6 characters long).

If the request entity was invalid (missing field(s), password < 6 characters etc.) or a user with that email address already exists, the API will respond with 400 Bad Request.

  • No labels