Authentication
/user/deanonymize
Deanonymize an anonymous user in adding missing email or email+password, depending on the chosen authentication method. Will send a confirmation email if the server is configured to do so
POST
/
user
/
deanonymize
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Which sign-in method to use
Available options:
email-password
, passwordless
A valid email
A password of minimum 3 characters
Required string length:
3 - 50
Deprecated, will be ignored
Response
200 - application/json
The response is of type enum<string>
.
Available options:
OK