Create user
The method allows you to create a user. If a user with such an email
is already registered, the method will return the corresponding error.
Request:
Parameter | Required | Type | Description |
Yes | String | User's email |
Response:
Parameter | Type | Description |
id | String | User ID |
String | User's email | |
password | String | Generated password (shown only when created) |
lastLoginAt | String or null | Date of the user's last login via the web interface |
Last updated