users
📄️ Get authenticated user profile
Returns the complete profile of the currently authenticated user via JWT.
📄️ Update user profile
Allows the user to update their own profile information.
📄️ Get user details
Returns the complete information of a specific company user.
📄️ List company users
Returns a paginated list of all users belonging to the authenticated user's company.
📄️ Change user password
Allows the authenticated user to change their own password.
📄️ Get user language
Returns the preferred language configured by the authenticated user.
📄️ Set user language
Allows the user to configure their preferred language.
📄️ Get user action history
Returns the log of actions performed by a specific user.