# Retrieve users for select by building ID Return users for select by building ID Endpoint: POST /api/tenant/{tenantId_path}/user/GetUsersForSelectByBuildingId Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `buildingId` (string) ## Response 200 fields (text/plain): - `list` (array) - `list.id` (string) - `list.email` (string) - `list.isFirstConnectionDone` (boolean) - `list.role` (integer) Enum: 1, 2, 3, 4, 5, 6, 10, 11, 12, 20, 30 - `list.isClientResponsible` (boolean) ## Response 400 fields (text/plain): - `error` (string)