# Update the organization's address **PUT /organization/address** ## 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 ### Body: application/json (object) Business address of your company. It is used for various administrative purposes within Canopy. For example, it appears on borrowers' PDF statements. - **address_line_one** (string) Address line one. - **address_line_two** (string) Address line two. - **address_city** (string) Address city. - **address_state** (string) Address state. - **address_zip** (string) Reporter address, five digit zipcode or nine digit 'ZIP+4'. - **address_name** (string) Address name ## Responses ### 200 Successfully updated organization address #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)