Retrieve all users registered under your organisation. Supports filtering by active status, sorting, and pagination.
external_id mapping. This endpoint is primarily useful for auditing your enrolled user base, checking active status, and integrating with your own user management dashboard.
external_id, not by any email or identity field. Voxmind does not store personal data about your users — just the external_id and voiceprint. Your application is responsible for mapping external_id to real users.filter=is_active=true (enrolled active users only), filter=external_id=like:user_% (users with a specific ID prefix).sort=created_at:descX-Total-Pages response header.