Users

Add User

Add a new user to the database.<br><br>This endpoint allows public user registration (sign up).<br>User activation is controlled by the NEW_USER_IS_ACTIVE setting.

post/api/v1/users/

Request body

optinsobject nullable
passwordstring required
usernamestring required

Response

Successful Response

create_atstring date-time required
idstring uuid
is_activeboolean required
is_superuserboolean required
last_login_atstring date-time nullable required
optinsobject nullable
profile_imagestring nullable required
store_api_keystring nullable required
updated_atstring date-time required
usernamestring required

Changes