Create a user.
The user's first name.
The user's last name.
The user's email address.
The user's password.
The status ID of the user.
The new user's ID.
Delete a user.
A user's ID.
Delete a user's image.
A user's ID.
Get all unapproved users.
All unapproved users.
Get a user.
A user's ID.
The user.
Get a user by their email address.
An email address.
The user.
Get a user's image.
A user's ID.
The user's profile image.
Get the name of a user's status.
A user's ID.
The name of the user's status.
Check if a user is an admin.
A user's ID.
Whether or not the user is an admin.
Check if a user's account has been approved.
A user's ID.
Whether or not the user's account has been approved.
Check if a user is verified.
A user's ID.
Whether or not the user's account has been verified.
Log a user in.
The user's email address.
The user's password.
A login status code.
Set a user's admin status.
A user's ID.
Admin status.
Set a user's approved status.
A user's ID.
Approved status.
Set a user's image.
A user's ID.
The new binary image data.
Set a user's password.
A user's ID.
The user's new password.
Set a user's verification status.
A user's ID.
Verification status.
Make sure an email address is not yet in use.
An email address.
Whether or not the email address is unique.
Update a user's last post timestamp.
A user's ID.
Check if a user exists.
A user's ID.
Whether or not the user exists.
Generated using TypeDoc
User services.