/signup
Last updated
Last updated
Supplying the user create request object, this will create a new user.
/signup
^\S+$
^(.+)@(.+)$
([\.\+\-\s\/()]*[0-9][\.\+\-\s\/()]*){8,15}
^[A-Za-z0-9 ]{2,20}
^[A-Za-z0-9 ]{3,30}
The user's plaintext password, only to be provided in POST/PUT requests in the User Resource REST API interface. In the future, a dedicated REST API model may be constructed instead of using a direct User model.
^\S+$
The user's level to assign. Depending on the usage, the server may ignore this field and assign its own description.
UNPRIVILEGED
, USER
, SUPERUSER
Used in conjunction with the user creation request to specify.