set_address_main
Set the main residential address for a provisioned user during onboarding by specifying street, house number, postal code, and city.
Instructions
Sets the main (residential) address for a provisioned user during onboarding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City. | |
| street | Yes | Street name. | |
| country | No | ISO-3166 country code (e.g. NL). | NL |
| user_id | Yes | ID of the provisioned user. | |
| postal_code | Yes | Postal code (e.g. 1111 AA). | |
| house_number | Yes | House number. |