Skip to main content

Convert Guest To User

POST 

/api/guests/convert-to-user

Converts a GUEST account to a regular USER account.

You can learn more about GUEST accounts here.

Requirements

  • The email should be a valid email address (e.g., "[email protected]") that is not associated to an existing account.
  • The password must be at least 8 characters long and include at least one uppercase letter, one lowercase letter, one number, and one special character (!@#$%^&*()_+={}[]|:;'"<>,.?/).

Optional session data:

  • The session object can be included in the request body.
  • Inside the session object, you can provide the following optional fields:
    • browser: The name of the browser used (e.g., "Chrome", "Firefox").
    • os: The operating system of the device (e.g., "Windows", "macOS", "Android").

This information helps users identify and manage authorized sessions, improving overall account security.

Locale

A locale can be specified for this request. This will be used for the email verification email. You can learn more about email verification here.

If no locale is specified, the applications default locale will be used. You can learn more about configuring the default locale here.

Tokens

Request

Responses

Registration successful. Returns user details and tokens if header authentication is enabled.