Convert an anonymous user to a regular user by adding email and optionally password credentials. A confirmation email will be sent if the server is configured to do so.
Bearer authentication with JWT access token. Used to authenticate requests to protected endpoints.
Authentication method and credentials to convert anonymous user to regular user
Which sign-in method to use
email-password, passwordless A valid email
A password of minimum 3 characters
3 - 50"Str0ngPassw#ord-94|%"
Deprecated, will be ignored
User deanonymized successfully
The response is of type enum<string>.
OK