Skip to main content
WEBHOOK

Body

application/json

Payload for the user.transferred_account webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
user.transferred_account
fromUser
UserReference · object
required

A reference to a user by their unique identifier.

toUser
User · object
required

A Privy user object.

Example:
account
LinkedAccountEmail · object
required

An email account linked to the user.

deletedUser
enum<boolean>
required
Available options:
true

Response

200

Return a 200 status to indicate that the webhook was received successfully.