User
Users are the people who use our application. Each login is tied to a single user.
📄️ Add User
Creates a new user in the system and optionally assigns them to a team.
📄️ Get User
Retrieve user information by userId, email, or defaults to current user.
📄️ Get User Profile
Retrieve detailed user profile information including company data.
📄️ Remove User
Remove (archive or delete) single or multiple users from the system.
📄️ Update User
Update user information. Partial updates are supported.
📄️ List Users
Retrieve a list of users with optional filtering by team, company, or specific user IDs.
📄️ User Webhook
This webhook is triggered when an action is taken on a user.