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.
Root access token for Databunker API
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