POST
/
user
/
deanonymize
"OK"

Authorizations

Authorization
string
header
required

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

Body

application/json
signInMethod
enum<string>
required

Which sign-in method to use

Available options:
email-password,
passwordless
email
string
required

A valid email

Example:

"john.smith@nhost.io"

password
string

A password of minimum 3 characters

Required string length: 3 - 50
Example:

"Str0ngPassw#ord-94|%"

connection
string
deprecated

Deprecated, will be ignored

options
object

Response

200 - application/json
User deanonymized successfully

The response is of type enum<string>.

Available options:
OK