/v1/wallets_with_recovery
/v1/users
Hide child attributes
curl -X POST https://api.privy.io/v1/users \ -u "<your-privy-app-id>:<your-privy-app-secret>" \ -H "privy-app-id: <your-privy-app-id>" \ -H "Content-Type: application/json" \ -d '{ "linked_accounts": [ { "type": "custom_auth", "custom_user_id": "subject_id" } ], "wallets": [{ "chain_type": "ethereum" }] }'
{ "linked_accounts": [ { "type": "custom_auth", "custom_user_id": "<custom-user-id>" }, { "id": "<wallet-id>", "chain_type": "ethereum", "address": "<wallet-address>", "owner_id": "<key-quorum-containing-user-id>" } ], "id": "<user-id>" }