POST api/2.0/people/thirdparty/signup

Description

Creates a third-party account with the parameters specified in the request.

Parameters
Name Description Type Example
EmployeeType
sent in body
Employee type (All, RoomAdmin, User, DocSpaceAdmin, Collaborator) All, RoomAdmin, User, DocSpaceAdmin, Collaborator All
FirstName
sent in body
First name string some text
LastName
sent in body
Last name string some text
Email
sent in body
Email address string some text
PasswordHash
sent in body
Password hash string some text
Key
sent in body
Link key string some text
Example
POST api/2.0/people/thirdparty/signup
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "FirstName": "some text",
  "LastName": "some text",
  "Email": "some text",
  "PasswordHash": "some text",
  "Key": "some text"
}
Returns

This method doesn't return any data.