- Documentation
- Sandbox
Documentation
Register new user.
Once a plugin is installed a new user will be generated, if none is given. This endpoint has the capability to register new users to the system.
Example
This is how you can create a new user:
POST /api/v1/user.json
{
"username": "Heinz",
"email" : "gtf@example.org"
}
Parameters
Parameter | Type | Required? | Format | Description |
---|---|---|---|---|
username | string | yes | Pseudonym of the user that shall be added. | |
string | yes | E-Mail-Address of the user to get in touch with. |
Status Codes
Status Code | Description |
---|---|
201 |
|
400 |
|
403 |
|
409 |
|