Users
Create user
Create a new user with linked accounts. Optionally pre-generate embedded wallets for the user.
POST
Authorizations
App secret authentication
Headers
ID of your Privy app
Body
application/json
Number of Ethereum embedded wallets to pregenerate. Cannot be used with create_ethereum_wallet.
Required range:
1 <= x <= 10
Create an Ethereum embedded wallet. Cannot be used with create_n_ethereum_wallets.
Create a Solana embedded wallet.
Create a smart wallet. Requires create_ethereum_wallet to also be true.
Custom metadata associated with the user.
Response
200 - application/json
Newly created user object.
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.
Was this page helpful?