Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 489 Bytes

File metadata and controls

36 lines (32 loc) · 489 Bytes
description Automatically generated file. DO NOT MODIFY
mgc drives items invite post --drive-id {drive-id} --drive-item-id {driveItem-id} --body '{
\
  "recipients": [
\
    {
\
      "email": "ryan@contoso.com"
\
    }
\
  ],
\
  "message": "Here's the file that we're collaborating on.",
\
  "requireSignIn": true,
\
  "sendInvitation": true,
\
  "roles": [ "write" ],
\
  "password": "password123",
\
  "expirationDateTime": "2018-07-15T14:00:00.000Z"
\
}
\
'