Users
User account management routes
📄️ Get All Users
Retrieves a list of all users in the system.
📄️ Create User
Creates a new user in the system.
📄️ Get Current User Profile
Retrieves the profile of the currently authenticated user.
📄️ Update Current User Profile
Updates the profile of the currently authenticated user.
📄️ Get Current User Profile Image
Retrieves the profile image of the currently authenticated user.
📄️ Invite User
Sends an invitation email to a new user.
📄️ Activate User Account
Activates an invited user account by setting their password.
📄️ Get User Profile Image by Filename
Retrieves a user's profile image by filename.
📄️ Get User by ID
Retrieves a specific user by their ID.
📄️ Update User by ID
Updates a specific user by their ID.
📄️ Delete User by ID
Deletes a user by their ID.
📄️ Get Users by Role ID
Retrieves all users assigned to a specific role.