# Fetch the address of a personal investor **GET /users/{user_id}/kyc/identities/{identity_id}/addresses** Fetch the address of a personal investor, a legal representative or a business owner entity ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **identity_id** (string) Identity or Legal representative id ## Responses ### 200 The address of a personal investor, a legal representative or a business owner entity #### 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) ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)