# Get all API users in your organization **GET /api_users** Returns a list of all API users in your organization. ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200 Array of API Users #### Body: application/json (array[object] | null) - **api_user_id** (string) The unique ID in Canopy for this API user - **organization_name** (string) The organization to which the API user belongs. - **name_first** (string) The first name of the API user. - **name_last** (string) The last name of the API user. - **email** (string(email)) The email address of this API User - **phone** (string | null) Phone number of the API user - **role** (integer) The role of this user in the API ### 401 Unauthorized. ### 403 Forbidden. ### 404 No Api Users found ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)