POST api/2.0/authentication/confirm

Description

Opens a confirmation email URL to validate a certain action (employee invitation, portal removal, phone activation, etc.).

Parameters
Name Description Type Example
Key
sent in body
Key string some text
EmplType
sent in body
Employee type System.Nullabel{ASC.Core.Users.EmployeeType}
Email
sent in body
Email string some text
UiD
sent in body
User ID System.Nullabel{System.Guid}
Type
sent in body
Confirmation email type System.Nullabel{ASC.Web.Studio.Utility.ConfirmType}
First
sent in body
Access an account for the first time or not string some text
RoomId
sent in body
Room ID string some text
Example
POST api/2.0/authentication/confirm
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Key": "some text",
  "Email": "some text",
  "First": "some text",
  "RoomId": "some text"
}
Returns

Validation result: Ok, Invalid, or Expired