/users/:userId Retrieves complete profile information for a specific user by their unique identifier, providing access to user details, organization memberships, and activity history for administrative purposes and user management workflows.
/users/:userId Updates user profile information including name, picture, language preferences, and role assignments, allowing users to maintain current personal information and administrators to manage user access levels.
/users/:userId Permanently deletes a user account and removes their access to the platform, this operation cannot be undone and should be used carefully as it affects user authentication and organizational membership.
/users/:userId/change-password Allows changing the password for a specific user account identified by user ID, requiring the current password for verification to ensure authorized password changes and maintain account security.
/users/profile Retrieves complete profile information for the currently authenticated user, including personal details, organization memberships, activity history, and account settings used to populate dashboard navigation and personalization features.
/users/profile/change-password Allows the currently authenticated user to change their account password by providing their existing password for verification and a new password that meets security requirements for enhanced account protection.