---
title: "Sends an Unstoppable Lite Wallet invitation to a specified contact"
method: POST
path: "/user/{address}/wallet/invite"
tags: ["Wallet management endpoints"]
---

# Sends an Unstoppable Lite Wallet invitation to a specified contact

`POST /user/{address}/wallet/invite`

Sends an Unstoppable Lite Wallet invitation to a specified contact

## Path parameters

- `address` string, required

## Request body

- WalletInviteRequest
  - `emailAddress` string — Email address to register
  - `password` string — Password to use when creating new wallet

## Response `200`

Account status

- WalletAccountResponse
  - `emailAddress` string — Email address associated with the account
  - `active` boolean — Flag to indicate the account is active
  - `clock` number — Expected epoch milliseconds for cryptography operations

## Other responses

- `404` — Sender account not found
- `409` — Invited account already exists

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
