Skip to main content
POST
New User Registration

Body

application/json
username
string
required

User Name in E-Mail Format for Registration

Example:

"name@domain.com"

firstName
string
required

First Name for Registration

Example:

"John"

lastName
string
required

Last Name for Registration

Example:

"Doe"

locale
string
required

User Locale for Registration

Example:

"tr_TR"

timezone
string
required

User Timezone Id. You Can Find a List of 'TZ identifier' on page https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Example:

"Europe/Istanbul"

password
string

Password for Registration

Example:

"password"

midName
string

Mid Name for Registration

Example:

"Bob"

Response

Successful User Registration

username
string
required

User Name in E-Mail Format for Registration

Example:

"name@domain.com"

firstName
string
required

First Name for Registration

Example:

"John"

lastName
string
required

Last Name for Registration

Example:

"Doe"

locale
string
required

User Locale for Registration

Example:

"tr_TR"

timezone
string
required

User Timezone Id. You Can Find a List of 'TZ identifier' on page https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Example:

"Europe/Istanbul"

password
string

Password for Registration

Example:

"password"

midName
string

Mid Name for Registration

Example:

"Bob"