Users
User management for your account. Users belong to an account and can be members of one or more companies.
Each user has an optional electronic signature (e_signature) and
initials (e_initials) stored as base64-encoded images.
📄️ List users
Retrieve a paginated list of users in your account.
📄️ Create user
Add a new user to your account. `first_name`, `last_name`, and `email`
📄️ Refresh user data
Refresh the current user's session data and return the updated
📄️ Show user
Retrieve a single user with their companies, account info, and
📄️ Update user
Replace a user's properties entirely.
📄️ Partially update user
Update specific fields of a user.
📄️ Delete user
Archive a user from the account. They can be restored later.
📄️ Bulk action on users
Perform a bulk action on multiple users.
📄️ Manage user notifications
Update or retrieve notification preferences for a user.