# Get users Retrieves company users. Endpoint: GET /users Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `result` (object) - `result.users` (array) - `result.users.id` (integer) Example: 1 - `result.users.first_name` (string) Example: "Obi-wan" - `result.users.last_name` (string) Example: "Kenoby" - `result.users.email` (string) Example: "starwars@checkmate.tech" - `result.pagination` (object) - `result.pagination.page` (integer) Example: 1 - `result.pagination.records_per_page` (integer) Example: 15 - `result.pagination.total_records` (integer) Example: 30 - `result.pagination.total_pages` (integer) Example: 2 - `status` (integer) Example: 200 - `error` (object,null)