# List Company Accounts **GET /v1/companies/{company}/accounts** List all accounts for a specific company ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **company** (string) Company id ## Responses ### 200 List collection response #### Body: application/json (array[object]) - **id** (string) Account ID - **user_id** (string) User ID - **company_id** (string | null) Company ID - **entity_id** (string | null) Staff or Family ID that links this account to an entity - **role** (string) Account role - **permission_set** (string | null) Staff permission set - **status** (string) Account status - **user_name** (string) User full name - **user_email** (string) User email address ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)