# Sends an Unstoppable Lite Wallet invitation to a specified contact Sends an Unstoppable Lite Wallet invitation to a specified contact Endpoint: POST /user/{address}/wallet/invite Version: 1.0.0 ## Path parameters: - `address` (string, required) A wallet address associated with the invitation sender account ## Request fields (application/json): - `emailAddress` (string) Email address to register Example: "user@email.com" - `password` (string) Password to use when creating new wallet Example: "secret-password" ## Response 200 fields (application/json): - `emailAddress` (string) Email address associated with the account Example: "myname@email.com" - `active` (boolean) Flag to indicate the account is active Example: true - `clock` (number) Expected epoch milliseconds for cryptography operations Example: 1722600216741 ## Response 404 fields ## Response 409 fields