POST api/2.0/people/birthdays/reminder
Subscribes to or unsubscribes from the birthday of the user with the ID specified in the request.
Name |
Description |
Type |
Example |
userid
sent in body
|
User ID
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
onRemind
sent in body
|
Defines if the user will be notified about another user's birthday or not
|
Bool value
|
true
|
POST api/2.0/people/birthdays/reminder
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"userid": "9924256A-739C-462b-AF15-E652A3B1B6EB",
"onRemind": true
}
Bool value: true means that the user will get a notification