# List organisations List organisations in the portfolio. Endpoint: GET /organisations Version: 0.0.1 Security: o_auth ## Query parameters: - `userId` (string) The ID of a user. ## Response 200 fields (application/json): - `createdAt` (string) - `id` (string) - `licence` (array) Enum: "data_explorer", "occupancy_monitor", "people_count", "real_time", "dwell_time" - `maxAdminSeats` (integer,null) - `maxUserSeats` (integer,null) - `name` (string) - `processingGroup` (integer,null) - `state` (string) Enum: "active", "deleted", "disabled" ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields