Skip to main content
POST
Register platform user
This endpoint allows white label admins to create a new user account on their platform. The new user will automatically be associated with your white label platform.
This endpoint requires authentication as a white label admin. The created user will belong to your platform.

Request Body

string
required
The user’s full name
string
required
The user’s email address (must be unique within your platform)
string
required
The user’s password (minimum 8 characters)
string
The user’s timezone (e.g., “America/New_York”). Defaults to “Europe/Bucharest”.

Response

string
Success message
object
The newly created user’s information
string
The API token for the new platform user

Example Request