Update a user’s active status. Use this to deactivate users without deleting their voiceprint record.
is_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).
false to deactivate the user. Set back to true to reactivate.