Users
All endpoints related to users.
📄️ Verification Email
Resend verification email
📄️ Confirm Email
Confirm an email.
📄️ Reset Password
Reset a users password with the token received in reset email.
📄️ Password Reset Email
Reset Password for a certain email address corresponding to a registered user. If email exists, a new reset reset_password_token is created and an email is sent to the corresponding user.
📄️ Retrieve an user
Retrieve an user by ID. The user ID must be given as route parameter. If not an admin, this route is accessible only for the given and authenticated user.
📄️ Update an User
Update an User.
📄️ Delete an user
Delete an User.