Favicon

You are here: Home > API Reference > Workspace > Users

Users

API endpoints for Users. Browse all available operations, parameters, and response schemas.

GET Retrieve specific user by identifier
/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.

PUT Update user profile and preferences
/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.

DELETE Delete user account permanently
/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.

POST Change password for specific user account
/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.

GET Retrieve the requesting user’s profile information
/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.

POST Update the requesting user’s account password
/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.