POST
/
user
/
deanonymize

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required

A valid email

signInMethod
enum<string>
required

Which sign-in method to use

Available options:
email-password,
passwordless
connection
string
deprecated

Deprecated, will be ignored

options
object
password
string

A password of minimum 3 characters

Required string length: 3 - 50

Response

200 - application/json

The response is of type enum<string>.

Available options:
OK