# Get summary info for an API user **GET /api_users/summary** Get all summarized information pertaining to the API user making the request. ## 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 API User #### Body: application/json (object) - **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 user found. ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)