curl -X GET https://api.voxmind.ai/organisations/42/users/1001 \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Accept: application/json"
{ "id": 1001, "org_id": 42, "external_id": "user_98765", "is_active": true, "created_at": "2025-02-10T09:15:00Z", "updated_at": "2025-02-10T09:15:00Z" }
Retrieve a single user record by their Voxmind internal ID.
id
external_id
filter=external_id=YOUR_ID