PUT api/2.0/people/thirdparty/linkaccount This function requires authentication

Description

Links a third-party account specified in the request to the user profile.

Parameters
Name Description Type Example
SerializedProfile
sent in body
Third-party profile in the serialized format string some text
Example
PUT api/2.0/people/thirdparty/linkaccount
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "SerializedProfile": "some text"
}
Returns

This method doesn't return any data.