POST api/2.0/community/birthday
Subscribe or unsubscribe on birthday of user with the ID specified
Name |
Description |
Type |
Example |
userid
sent in body
|
user ID
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
onRemind
sent in body
|
should be subscribed or unsubscribed
|
Bool value
|
true
|
POST api/2.0/community/birthday
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"userid": "9924256A-739C-462b-AF15-E652A3B1B6EB",
"onRemind": true
}