Users
List Users
Retrieve all users registered under your organisation. Supports filtering by active status, sorting, and pagination.
GET
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
Returns a paginated list of users in your organisation. In the Voxmind data model, a “user” is any person who has been enrolled — they have a record in Voxmind’s system tied to yourexternal_id mapping. This endpoint is primarily useful for auditing your enrolled user base, checking active status, and integrating with your own user management dashboard.
Voxmind users are identified by your
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.Path Parameters
Your organisation’s unique identifier.
Query Parameters
Filter conditions. Useful patterns:
filter=is_active=true (enrolled active users only), filter=external_id=like:user_% (users with a specific ID prefix).Example:
sort=created_at:descResults per page. Maximum 300.
Page number. Total pages available in
X-Total-Pages response header.
