Drive > Invitations

Send invitation

Refresh invitation validity and send email according to invitation type.

post/2/drive/{drive_id}/users/invitation/{invitation_id}/send

Path parameters

drive_idinteger required

Drive identifier

invitation_idinteger required

Invitation identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.