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

« Previous Version 4 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 is invalid (missing field(s), password < 6 characters) or a user with that email address already exists, the API responds with 400 Bad Request.

  • No labels