Sends an invitation email
POST /api/2.0/settings/sendjoininvite
Request
Sends an invitation email with a link to the DocSpace.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.- Content-Type
enum of string
Can be one of:
application/json
,application/*+json
,text/json
.
Body
Request parameters for administrator message settings
- email
string
email Email
- culture
string
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