POST api/2.0/files/rooms/{id}/resend
Resends the email invitations to a room with the ID specified in the request to the selected users.
Name |
Description |
Type |
Example |
id
sent in url
|
Room ID
|
`0
|
|
UsersIds
sent in body
|
List of user IDs
|
System.Collections.Generic.IEnumerable{System.Guid}
|
|
POST api/2.0/files/rooms/{id}/resend
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
This method doesn't return any data.