Users
Update User
Update a user’s active status. Use this to deactivate users without deleting their voiceprint record.
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.voxmind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Currently supports updating theis_active flag on a user record. Setting is_active: false deactivates a user — they will no longer be able to authenticate via Voxmind until reactivated. The voiceprint data is preserved, so reactivation is instant with no re-enrollment required.
This is the preferred approach when a user leaves your platform, has their account suspended, or should temporarily lose voice authentication access. Use deletion only when you need to permanently remove voiceprint data (e.g. GDPR erasure requests).
Path Parameters
Your organisation’s unique identifier.
Voxmind’s internal numeric ID for the user.
Request Body
Set to
false to deactivate the user. Set back to true to reactivate.
