# List users Returns a paginated list of Users for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/user Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "code", "displayName" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `code` (string) Practice-specific short code or identifier for the user. - `displayName` (string) Human-readable display name for the user. - `isActive` (boolean) Whether the user is active and can be used in workflows. - `isSalesperson` (boolean) Whether the user is a salesperson. - `isVeterinarian` (boolean) Whether the user is a veterinarian. ## Response 200 fields ## Response 401 fields