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 input for adding a linked account to a user.
{
"type": "email",
"address": "[email protected]"
}Custom metadata associated with the user.
Wallets to create for the user.
Newly created user object.
A linked account for the user.
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.