List company users (no pagination)
GET/userApi/fleets/users/all
Returns all users in the current organization.
Responses
- 200
- 401
- 403
Returns the full list of organization users with the accidents count per user. This endpoint does not paginate results.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.