PUT api/2.0/people/thirdparty/linkaccount
Links a third-party account specified in the request to the user profile.
Name |
Description |
Type |
Example |
SerializedProfile
sent in body
|
Third-party profile in the serialized format
|
System.String
|
|
PUT api/2.0/people/thirdparty/linkaccount
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"SerializedProfile": "some text"
}
This method doesn't return any data.