Get Started
API backend
API system
More information

POST api/2.0/files/rooms/{id}/resend This function requires authentication

Description

Resends the email invitations to a room with the ID specified in the request to the selected users.

Parameters
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}
Example
POST api/2.0/files/rooms/{id}/resend
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

This method doesn't return any data.