# Update the address for a personal investor **PATCH /users/{user_id}/kyc/identities/{identity_id}/addresses/{id}** Update the address for a personal investor, legal representative or business owner entity ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **identity_id** (string) Identity or Legal representative id - **id** (string) Resource ID ### Body: (object) Address information - **address** (object) ## Responses ### 201 Address updated and returned #### Body: (object) - **id** (string(uuid)) - **street_additional** (string) - **city** (string) - **country** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **state** (string) - **street** (string) - **number** (string) - **zipcode** (string) ### 401 Authorization information is missing or invalid. ### 422 Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)