Users
The Users endpoints manage the team members associated with your company. They use the standardcompany_id + api_key authentication, the same as all other VH3 AI endpoints.
Base URL: https://api.vh3connect.io/api:kP8T1CK7
GET /users/list
List all active (non-archived) users for your company. Query parameters:GET /users/invites
List pending (not yet accepted) invitations for your company. Query parameters:POST /users/invite
Invite a user to your company by email. Sends an invitation email via SendGrid with an accept link. If the email address already exists in the system without a company, they are immediately linked to your company. Request body:PUT /users//role
Update the role of a user within your company. Returns the updated user record. Request body:DELETE /users/
Archive (soft-delete) a user. The user’s record is preserved butis_archived is set to true, they can no longer log in and will not appear in GET /users/list.
Request body: