# Create an address for a personal investor **POST /users/{user_id}/kyc/identities/{identity_id}/addresses** Create an address for a personal investor, legal representative or a business owner entity ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **identity_id** (string) Identity or Legal representative id ### Body: (object) Address information - **address** (object) ## Responses ### 201 Address created 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)