POST api/2.0/authentication/confirm
Opens a confirmation email URL to validate a certain action (employee invitation, portal removal, phone activation, etc.).
Name |
Description |
Type |
Example |
Key
sent in body
|
Key
|
System.String
|
|
EmplType
sent in body
|
Employee type
|
System.Nullabel{ASC.Core.Users.EmployeeType}
|
|
Email
sent in body
|
Email
|
System.String
|
|
UiD
sent in body
|
User ID
|
System.Nullabel{System.Guid}
|
|
Type
sent in body
|
Confirmation email type
|
System.Nullabel{ASC.Web.Studio.Utility.ConfirmType}
|
|
POST api/2.0/authentication/confirm
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Key": "some text",
"Email": "some text"
}
Validation result: Ok, Invalid, or Expired