Sets the contacts of the user with the ID specified in the request replacing the current portal data with the new data.
Name | Description | Type | Example |
userid
sent in url
|
User ID | string | some text |
UserId
sent in body
|
User ID | System.String | |
Disable
sent in body
|
Specifies whether to disable a user or not | System.Nullable{System.Boolean} |
POST api/2.0/people/%22some+text%22/contacts Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "UserId": "some text" }
Updated user profile with the detailed information