Invite
Sends an invitation email using the current configuration of the Parallels RAS Invitation.
Body
recipientsstring | nullableRequired
Recipients email address(s) for the RAS invitation email. Can be a comma-separated list of multiple email addresses.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
412
Client Error
application/json; api-version=1.0
post
POST /api/InvitationEmail/invite HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 21
{
"recipients": "text"
}
No content
Last updated
Was this helpful?