Create a new user with linked accounts. Optionally pre-generate embedded wallets for the user.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
The payload for importing a wallet account.
{
"type": "email",
"address": "[email protected]"
}Custom metadata associated with the user.
Wallets to create for the user.
Newly created user object.
A Privy user object.
An email account linked to the user.
A SMS MFA method.
Unix timestamp of when the user was created in milliseconds.
Indicates if the user has accepted the terms of service.
Indicates if the user is a guest account user.
Custom metadata associated with the user.