set_address_postal
Sets the postal address for a provisioned user during onboarding, including street, house number, postal code, city, and optional country.
Instructions
Sets the postal 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. | NL |
| user_id | Yes | ID of the provisioned user. | |
| postal_code | Yes | Postal code. | |
| house_number | Yes | House number. |