Get Started
API backend
API system
More information

POST api/2.0/people/phone This function requires authentication

Description

Sends a notification to the user with the ID specified in the request to change their phone number.

Parameters
Name Description Type Example
UserId
sent in body
User ID System.String
Disable
sent in body
Specifies whether to disable a user or not System.Nullable{System.Boolean}
Example
POST api/2.0/people/phone
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "UserId": "some text"
}
Returns

Notification