Create a new user record
Creates a new encrypted user record. Databunker extracts login, phone, and email from the request
and builds hashed indexes for lookup. These values must be unique across all users.
Documentation Index
Fetch the complete documentation index at: https://docs.databunker.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Root access token for Databunker API
Body
User data can contain any additional fields. The email, phone, and login fields are extracted and indexed for lookup. At least one indexed field is recommended.
User email (unique, creates search index)
User phone number (unique, creates search index)
User login name (unique, creates search index)
User first name
Alternative field for first name
User last name
Alternative field for last name