POST /api/portal/register
New portal registration.
Name |
Description |
Type |
Example |
firstName*
sent in Body
|
portal owner first name |
string |
John |
email*
sent in Body
|
portal owner email address |
string |
test@example.com |
language
sent in Body
|
portal language |
string |
en |
lastName*
sent in Body
|
portal owner last name |
string |
Smith |
password
sent in Body
|
portal owner password |
string |
123456 |
phone
sent in Body
|
portal owner phone number |
string |
+123456789 |
portalName*
sent in Body
|
portal name |
string |
example |
timeZoneName
sent in Body
|
portal time zone |
string |
UTC |
* - required field
Returns the link for portal activation and portal description.
{
"reference": "https://example.com/confirm.aspx",
"tenant": {
"created": "2010-07-07T15:46:00",
"domain": "example.com",
"language": "en-US",
"ownerId": "78e1e841-8314-48465-8fc0-e7d6451b6475",
"portalName": "example",
"status": "Active",
"tenantId": 1,
"timeZoneName": "UTC"
}
}