Sends an invitation email

POST /api/2.0/settings/sendjoininvite

Request

Sends an invitation email with a link to the DocSpace.

Headers

Acceptenum of string

Can be one of: application/json, text/json, text/plain.

Content-Typeenum of string

Can be one of: application/json, application/*+json, text/json.

Body

Request parameters for administrator message settings

emailstringformat: email

Email

culturestring

Culture

Examples

POST /api/2.0/settings/sendjoininvite HTTP/1.1
Accept: application/json
Content-Length: 60
Content-Type: application/json
Host: example.com

{
  "email": "Audie70@yahoo.com",
  "culture": "some text"
}
curl --request POST \
  --url https://example.com/api/2.0/settings/sendjoininvite \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "Audie70@yahoo.com",
  "culture": "some text"
}'

Responses

200

Message about sending a link to confirm joining the DocSpace

Get Help

  • If you have any questions about ONLYOFFICE DocSpace, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).